School Companion Sensory Profile 2 - Teacher Questionnaire

Basic Information




















Instructions

The pages that follow contain statements about school activities that students may take part in. Please read each phrase and select the option that best represents how frequently you observe the student displaying the described behavior.

Use these guidelines to mark your responses:

Auditory Processing
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
Visual Processing
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
Touch Processing
School Factor 1 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
Movement Processing

Scoring Guide 5 - Almost Always (95%+)
4 - Frequently (75%)
3 - Half the Time (50%)
2 - Occasionally (25%)
1 - Almost Never (10% or less) 0 - Does Not Apply

School Factor 4 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 1 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SK
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
Behavioral Responses

Scoring Guide 5 - Almost Always (95%+)
4 - Frequently (75%)
3 - Half the Time (50%)
2 - Occasionally (25%)
1 - Almost Never (10% or less) 0 - Does Not Apply

School Factor 3 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: RG
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 3 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 4 | Quadrant: AV
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
School Factor 2 | Quadrant: SN
Almost Always Frequently Half the Time Occasionally Almost Never Does Not Apply
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3306 -- Generation Time: Feb 03, 2025 at 09:11 PM -- Server version: 10.11.10-MariaDB -- PHP Version: 7.2.34 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `u938149287_asksibot` -- -- -------------------------------------------------------- -- -- Table structure for table `sensory_profile_responses` -- CREATE TABLE `sensory_profile_responses` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `firstName` varchar(50) NOT NULL, `middleName` varchar(50) DEFAULT NULL, `lastName` varchar(50) NOT NULL, `preferredName` varchar(50) DEFAULT NULL, `birthDate` date NOT NULL, `testDate` date NOT NULL, `idNumber` varchar(50) DEFAULT NULL, `grade` varchar(10) NOT NULL, `schoolName` varchar(255) DEFAULT NULL, `examinerName` varchar(255) DEFAULT NULL, `caregiverName` varchar(255) DEFAULT NULL, `contactDuration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`contactDuration`)), `contactDays` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`contactDays`)), `otherContactDays` varchar(255) DEFAULT NULL, `auditory1` int(11) DEFAULT NULL, `auditory2` int(11) DEFAULT NULL, `auditory3` int(11) DEFAULT NULL, `auditory4` int(11) DEFAULT NULL, `auditory5` int(11) DEFAULT NULL, `auditory6` int(11) DEFAULT NULL, `auditory7` int(11) DEFAULT NULL, `visual8` int(11) DEFAULT NULL, `visual9` int(11) DEFAULT NULL, `visual10` int(11) DEFAULT NULL, `visual11` int(11) DEFAULT NULL, `visual12` int(11) DEFAULT NULL, `visual13` int(11) DEFAULT NULL, `visual14` int(11) DEFAULT NULL, `touch15` int(11) DEFAULT NULL, `touch16` int(11) DEFAULT NULL, `touch17` int(11) DEFAULT NULL, `touch18` int(11) DEFAULT NULL, `touch19` int(11) DEFAULT NULL, `touch20` int(11) DEFAULT NULL, `touch21` int(11) DEFAULT NULL, `touch22` int(11) DEFAULT NULL, `touch23` int(11) DEFAULT NULL, `touch24` int(11) DEFAULT NULL, `movement23` int(11) DEFAULT NULL, `movement24` int(11) DEFAULT NULL, `movement25` int(11) DEFAULT NULL, `movement26` int(11) DEFAULT NULL, `movement27` int(11) DEFAULT NULL, `movement28` int(11) DEFAULT NULL, `movement29` int(11) DEFAULT NULL, `movement30` int(11) DEFAULT NULL, `movement31` int(11) DEFAULT NULL, `movement32` int(11) DEFAULT NULL, `behavior33` int(11) DEFAULT NULL, `behavior34` int(11) DEFAULT NULL, `behavior35` int(11) DEFAULT NULL, `behavior36` int(11) DEFAULT NULL, `behavior37` int(11) DEFAULT NULL, `behavior38` int(11) DEFAULT NULL, `behavior39` int(11) DEFAULT NULL, `behavior40` int(11) DEFAULT NULL, `seeking_total` int(11) DEFAULT NULL, `avoiding_total` int(11) DEFAULT NULL, `sensitivity_total` int(11) DEFAULT NULL, `registration_total` int(11) DEFAULT NULL, `factor1_total` int(11) DEFAULT NULL, `factor2_total` int(11) DEFAULT NULL, `factor3_total` int(11) DEFAULT NULL, `factor4_total` int(11) DEFAULT NULL, `seeking_total_classification` varchar(20) DEFAULT NULL, `avoiding_total_classification` varchar(20) DEFAULT NULL, `sensitivity_total_classification` varchar(20) DEFAULT NULL, `registration_total_classification` varchar(20) DEFAULT NULL, `factor1_total_classification` varchar(20) DEFAULT NULL, `factor2_total_classification` varchar(20) DEFAULT NULL, `factor3_total_classification` varchar(20) DEFAULT NULL, `factor4_total_classification` varchar(20) DEFAULT NULL, `submission_date` timestamp NULL DEFAULT current_timestamp(), `download_token` varchar(32) DEFAULT NULL, `intervention_recommendation` text DEFAULT NULL, `intervention_seeking` text DEFAULT NULL, `intervention_avoiding` text DEFAULT NULL, `intervention_sensitivity` text DEFAULT NULL, `intervention_registration` text DEFAULT NULL, `intervention_factor1` text DEFAULT NULL, `intervention_factor2` text DEFAULT NULL, `intervention_factor3` text DEFAULT NULL, `intervention_factor4` text DEFAULT NULL, `seeking_more_than` text DEFAULT NULL, `seeking_less_than` text DEFAULT NULL, `avoiding_more_than` text DEFAULT NULL, `avoiding_less_than` text DEFAULT NULL, `sensitivity_more_than` text DEFAULT NULL, `sensitivity_less_than` text DEFAULT NULL, `registration_more_than` text DEFAULT NULL, `registration_less_than` text DEFAULT NULL, `factor1_more_than` text DEFAULT NULL, `factor1_less_than` text DEFAULT NULL, `factor2_more_than` text DEFAULT NULL, `factor2_less_than` text DEFAULT NULL, `factor3_more_than` text DEFAULT NULL, `factor3_less_than` text DEFAULT NULL, `factor4_more_than` text DEFAULT NULL, `factor4_less_than` text DEFAULT NULL, `attempt_number` int(11) NOT NULL DEFAULT 1, `auditory_raw_score` int(11) DEFAULT NULL, `visual_raw_score` int(11) DEFAULT NULL, `touch_raw_score` int(11) DEFAULT NULL, `movement_raw_score` int(11) DEFAULT NULL, `behavior_raw_score` int(11) DEFAULT NULL, `anon_token` varchar(32) DEFAULT NULL, `submission_id` varchar(36) NOT NULL, `auditory_comments` text DEFAULT NULL, `visual_comments` text DEFAULT NULL, `touch_comments` text DEFAULT NULL, `movement_comments` text DEFAULT NULL, `behavior_comments` text DEFAULT NULL, `behavior41` int(11) DEFAULT NULL, `behavior42` int(11) DEFAULT NULL, `behavior43` int(11) DEFAULT NULL, `behavior44` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sensory_profile_responses` -- INSERT INTO `sensory_profile_responses` (`id`, `user_id`, `firstName`, `middleName`, `lastName`, `preferredName`, `birthDate`, `testDate`, `idNumber`, `grade`, `schoolName`, `examinerName`, `caregiverName`, `contactDuration`, `contactDays`, `otherContactDays`, `auditory1`, `auditory2`, `auditory3`, `auditory4`, `auditory5`, `auditory6`, `auditory7`, `visual8`, `visual9`, `visual10`, `visual11`, `visual12`, `visual13`, `visual14`, `touch15`, `touch16`, `touch17`, `touch18`, `touch19`, `touch20`, `touch21`, `touch22`, `touch23`, `touch24`, `movement23`, `movement24`, `movement25`, `movement26`, `movement27`, `movement28`, `movement29`, `movement30`, `movement31`, `movement32`, `behavior33`, `behavior34`, `behavior35`, `behavior36`, `behavior37`, `behavior38`, `behavior39`, `behavior40`, `seeking_total`, `avoiding_total`, `sensitivity_total`, `registration_total`, `factor1_total`, `factor2_total`, `factor3_total`, `factor4_total`, `seeking_total_classification`, `avoiding_total_classification`, `sensitivity_total_classification`, `registration_total_classification`, `factor1_total_classification`, `factor2_total_classification`, `factor3_total_classification`, `factor4_total_classification`, `submission_date`, `download_token`, `intervention_recommendation`, `intervention_seeking`, `intervention_avoiding`, `intervention_sensitivity`, `intervention_registration`, `intervention_factor1`, `intervention_factor2`, `intervention_factor3`, `intervention_factor4`, `seeking_more_than`, `seeking_less_than`, `avoiding_more_than`, `avoiding_less_than`, `sensitivity_more_than`, `sensitivity_less_than`, `registration_more_than`, `registration_less_than`, `factor1_more_than`, `factor1_less_than`, `factor2_more_than`, `factor2_less_than`, `factor3_more_than`, `factor3_less_than`, `factor4_more_than`, `factor4_less_than`, `attempt_number`, `auditory_raw_score`, `visual_raw_score`, `touch_raw_score`, `movement_raw_score`, `behavior_raw_score`, `anon_token`, `submission_id`, `auditory_comments`, `visual_comments`, `touch_comments`, `movement_comments`, `behavior_comments`, `behavior41`, `behavior42`, `behavior43`, `behavior44`) VALUES (1, 0, 'Cole', NULL, 'Zollner', NULL, '2019-12-20', '2024-12-24', NULL, '', '', '', '', NULL, NULL, NULL, 5, 5, 5, 5, 5, 5, 5, NULL, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 0, 0, NULL, NULL, 4, 4, 4, 4, 4, 4, 4, 4, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-01 01:55:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, '1bfb861b64a28ca56d0b4dc0d610c88a', '4be8dd4536f4d894f525d241fe36f32a', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (2, 0, 'Robert', NULL, 'Zarr', NULL, '2017-02-01', '2025-01-31', NULL, '', 'West Las Vegas Schools', 'Chris Horne, OTR/L', '', '[\"6 months or less\"]', NULL, NULL, 5, 5, 5, 5, 4, 4, 4, NULL, 3, 3, 3, 4, 4, 4, 3, 3, 2, 2, 2, 2, 0, 0, NULL, NULL, 4, 5, 5, 5, 5, 5, 5, 5, NULL, NULL, 0, 4, 4, 4, 4, 4, 4, 4, 36, 34, 26, 14, 0, 0, 0, 0, '0', '0', '0', '0', NULL, NULL, NULL, NULL, '2025-02-03 00:04:06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 28, '745814621908afcda89d948a19510471', '5c4cf826e747aa88685f1160cebd8af7', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (3, 0, 'Kent', NULL, 'Horne', NULL, '2019-12-20', '2025-01-30', '12', '', 'West Las Vegas Schools', '', 'Mom', '[\"3 to 4 years\"]', NULL, NULL, 1, 1, 1, 1, 1, 1, 1, NULL, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, NULL, NULL, 3, 3, 3, 3, 3, 3, 3, 3, NULL, NULL, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-02 16:24:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 32, '289055ce6cfb6657d3c0c548c08aa65e', 'b3b74435403a2006dc3448d7d70688e9', 'No sounds bother him.', 'Looks at everything.', 'Touches everything.', NULL, 'Overreacts all the time.', NULL, NULL, NULL, NULL), (4, 6, 'Christopher', NULL, 'Zollner', 'Chorky', '2017-03-06', '2024-11-05', '12345678', '', 'Armijo Elementary Elementary School', 'Christopher Horne, OTR/L', 'Melanie Zollner', '[\"6 months or less\"]', NULL, 'A student', 5, 5, 5, 4, 4, 4, 4, NULL, 4, 4, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 0, 0, NULL, NULL, 5, 4, 4, 3, 3, 3, 3, 3, 4, 5, 5, 3, 3, 4, 4, 4, 4, 4, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-02 16:28:13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 31, 24, 26, 28, 31, NULL, '', 'What can I say he is in trouble all day long.', 'What can I say he is in trouble all day long.', 'What can I say he is in trouble all day long.', 'What can I say he is in trouble all day long.', 'What can I say he is in trouble all day long.', NULL, NULL, NULL, NULL), (102, 7, 'Westin', 'Blake', 'Taylor Zollner', 'Westin', '2017-09-01', '2025-02-02', '1234', '', 'West Las Vegas Schools Armijo Elementary School', 'Christopher Horne, OTR/L', 'Briana Zollner', '[\"5 years or more\"]', NULL, NULL, 4, 4, 4, 4, 4, 4, 4, NULL, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, NULL, NULL, 3, 3, 3, 3, 3, 3, 3, 3, NULL, NULL, 3, 3, 3, 3, 4, 4, 4, 4, 30, 30, 22, 12, 0, 0, 0, 0, '0', '0', '0', '0', NULL, NULL, NULL, NULL, '2025-02-02 19:41:33', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 28, NULL, '6d84b076ffb4c5bd8620580bd13fa37a', 'Low Sensitivity: "You may not notice background noise or sudden sounds as much as others. This can be beneficial in noisy environments but might make it difficult to hear subtle sounds or cues."\r\nModerate Sensitivity: "You seem to process auditory information at a balanced level. You may notice sounds in your environment but are not easily overwhelmed."\r\nHigh Sensitivity: "You may be highly sensitive to sounds, finding loud environments, sudden noises, or overlapping conversations overwhelming. Using noise-canceling headphones or seeking quiet spaces could help with regulation."', 'Low Sensitivity: "You may not be easily distracted by visual stimuli, which can be helpful for focusing on tasks. However, you might miss small details or changes in your surroundings."\r\nModerate Sensitivity: "Your responses suggest that you process visual information in a balanced way. You may notice changes in your environment without feeling overwhelmed."\r\nHigh Sensitivity: "You may be highly sensitive to bright lights, rapid visual movement, or cluttered environments. Sunglasses, dim lighting, and reducing screen brightness might help with visual overload."', 'Vestibular (Movement & Balance) Processing\r\nLow Sensitivity: "You may not seek out movement-based activities and might prefer to stay still. This can be helpful in focused tasks but might lead to difficulty with balance or coordination."\r\nModerate Sensitivity: "Your vestibular system appears well-regulated. You likely enjoy movement without feeling overly sensitive to changes in motion."\r\nHigh Sensitivity: "You may be highly sensitive to movement, finding activities like spinning, swinging, or heights uncomfortable. Gradual exposure to movement activities and engaging in grounding exercises may be beneficial."', 'High Sensitivity: "You may be highly sensitive to movement, finding activities like spinning, swinging, or heights uncomfortable. Gradual exposure to movement activities and engaging in grounding exercises may be beneficial."', 'Low Sensitivity: "You may have reduced body awareness, leading to a need for strong physical input (e.g., preferring tight hugs or rough play). Activities like deep pressure exercises or weighted blankets may help with regulation."', NULL, NULL, NULL, NULL), (103, 0, 'Cole', NULL, 'Horne', NULL, '2017-09-01', '2025-02-03', NULL, '', '', '', '', '[\"6 months or less\"]', NULL, NULL, 3, 3, 3, 4, 4, 5, 0, 5, 5, 5, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, NULL, NULL, 5, 5, 5, NULL, 5, 5, 5, 5, NULL, NULL, 3, 3, 3, 3, 4, 4, 4, 4, 26, 37, 29, 45, 44, 28, 37, 28, '0', '0', '0', '0', '0', '0', '0', '0', '2025-02-03 20:02:19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 22, 31, 8, 35, 41, 'b30caf787e6c93f14457bf1e693711e1', 'e3927ec9f0e6bfb6c65adcc982f30590', NULL, NULL, NULL, NULL, NULL, 4, 4, 4, 1), (104, 5, 'Cole', NULL, 'Zollner', NULL, '2018-01-12', '2025-01-30', NULL, '', '', '', '', NULL, NULL, NULL, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, NULL, NULL, 2, 2, 2, 2, 2, 2, 2, 2, NULL, NULL, 4, 4, 5, 5, 5, 5, 5, 5, 20, 40, 42, 37, 35, 29, 53, 22, '0', '0', '0', '0', '0', '0', '0', '0', '2025-02-03 20:58:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 49, NULL, 'ffa71abf4730eb3b47d2c4cea8174578', NULL, NULL, NULL, NULL, NULL, 3, 3, 3, 2), (105, 7, 'Test', NULL, 'Tester', NULL, '2019-01-17', '2025-02-03', NULL, '', '', '', '', NULL, NULL, NULL, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, NULL, NULL, 4, 4, 3, 3, 3, 3, 3, 3, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 28, 24, 38, 43, 47, 33, 37, 16, '0', '0', '0', '0', '0', '0', '0', '0', '2025-02-03 21:02:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 19, NULL, '9c8d3c4144f21e0fbf4f3a28a76e46a5', NULL, NULL, NULL, NULL, NULL, 2, 3, 3, 3); -- -- Indexes for dumped tables -- -- -- Indexes for table `sensory_profile_responses` -- ALTER TABLE `sensory_profile_responses` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `submission_id` (`submission_id`), ADD UNIQUE KEY `download_token_unique` (`download_token`), ADD KEY `idx_seeking_classification` (`seeking_total_classification`), ADD KEY `idx_avoiding_classification` (`avoiding_total_classification`), ADD KEY `idx_sensitivity_classification` (`sensitivity_total_classification`), ADD KEY `idx_registration_classification` (`registration_total_classification`), ADD KEY `idx_factor1_classification` (`factor1_total_classification`), ADD KEY `idx_factor2_classification` (`factor2_total_classification`), ADD KEY `idx_factor3_classification` (`factor3_total_classification`), ADD KEY `idx_factor4_classification` (`factor4_total_classification`), ADD KEY `submission_id_2` (`submission_id`), ADD KEY `user_id` (`user_id`), ADD KEY `anon_token` (`anon_token`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `sensory_profile_responses` -- ALTER TABLE `sensory_profile_responses` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;