(function () { "use strict"; angular.module('raz') .constant('coreSkills', { "CORE_SKILL_PHONICS_ID": 12, "CORE_SKILL_PHONOLOGICAL_AWARENESS_ID": 13, "CORE_SKILL_NAMES": { '2': 'Comprehension Skill', '3': 'Concepts About Print', '4': 'Fluency', '5': 'Reading Strategy', '6': 'Speaking & Listening', '7': 'Text Features', '8': 'Text Structure', '9': 'Vocabulary', '10': 'Writing', '11': 'Grammar & Word Work', '12': 'Phonics', '13': 'Phonological Awareness' }, "CORE_SKILL_ORDER": [5, 9, 2, 6, 10, 3, 4, 8, 7, 11, 13, 12], "CORE_SKILL_COLUMN_ORDER": [13, 12, 'hf_words'] } ) })();