Here is the data from the tables Topics and subTopics:
INSERT INTO `BCMeritTopics` (`idMeritTopics`,`Topics`,`Magnitude`,`Valid`)
VALUES
(1,'Wake Up',1,-1),
(2,'Physical Fitness',2,-1),
(3,'Chowhall',3,-1),
(4,'Cleaning',4,-1),
(5,'Rack/Wall Locker',5,-1),
(6,'Inspection',6,-1),
(7,'Classroom Performance',7,-1),
(8,'Staff Interaction',8,-1),
(9,'Peer Interaction',9,-1),
(10,'Outdoor Activities',10,-1),
(11,'Military Bearing',11,-1);
INSERT INTO `BCMeritsubTopics`
(`idMeritsubTopics`,`SubTopic`,`idMeritTopics`,`Magnitude`,`Valid`) VALUES
(1,'Getting Up',1,1,-1),
(2,'Behavior',1,2,-1),
(3,'Motivation',1,3,-1),
(4,'Other',1,4,-1),
(5,'Horseplay',2,1,-1),
(6,'Participates',2,2,-1),
(7,'Follows Instructions',2,3,-1),
(8,'Motivation',2,4,-1),
(9,'Involvement',3,1,-1),
(10,'Behavior',3,2,-1),
(11,'Follows Instructions',3,3,-1),
(12,'Involvement',4,1,-1),
(13,'Behavior',4,2,-1),
(14,'Follows Instructions',4,3,-1),
(15,'Rack ',5,1,-1),
(16,'Display ',5,2,-1),
(17,'Other',5,3,-1),
(18,'Knowledge',6,1,-1),
(19,'Appearance',6,2,-1),
(20,'Wall Locker',6,3,-1),
(21,'Rack',6,4,-1),
(22,'Shoe Display',6,5,-1),
(23,'Inspection Merit/Demerit',6,6,-1),
(24,'Respect',7,1,-1),
(25,'Distracts / Interrupts',7,2,-1),
(26,'Involvement',7,3,-1),
(27,'Follows Instructions / Rules',7,4,-1),
(28,'Copies',7,5,-1),
(29,'Addressing Staff',8,1,-1),
(30,'Needs Warnings',8,2,-1),
(31,'Follows Instructions',8,3,-1),
(32,'Going Into Room',8,4,-1),
(33,'Under-breath Comment',8,5,-1),
(34,'Degrades',8,6,-1),
(35,'Threatens',8,7,-1),
(36,'Addressing Peers',9,1,-1),
(37,'Conversation',9,2,-1),
(38,'Language',9,3,-1),
(39,'Threatens',9,4,-1),
(40,'Distracts / Loud',9,5,-1),
(41,'Behavior',9,6,-1),
(42,'Motivation',10,1,-1),
(43,'Safety Conscious',10,2,-1),
(44,'Use Of Tools',10,3,-1),
(45,'Conversation',10,4,-1),
(46,'Moving W/O Permission',11,1,-1),
(47,'Smiling/Laughing/Smirking',11,2,-1),
(48,'Sounding Off',11,3,-1);