| Línea 161... | Línea 161... | 
          
            | 161 |     // Tags validation.
 | 161 |     // Tags validation.
 | 
          
            | 162 |     showFieldset('id_tagshdr', showAll || isFeatureEnabled(profileType, 'tagshdr'));
 | 162 |     showFieldset('id_tagshdr', showAll || isFeatureEnabled(profileType, 'tagshdr'));
 | 
          
            | 163 |     // Competencies validation.
 | 163 |     // Competencies validation.
 | 
          
            | 164 |     showFieldset('id_competenciessection', showAll ||
 | 164 |     showFieldset('id_competenciessection', showAll ||
 | 
          
            | 165 |         isFeatureEnabled(profileType, 'competenciessection'));
 | 165 |         isFeatureEnabled(profileType, 'competenciessection'));
 | 
          
            | - |   | 166 |     // Standards grading feature validation.
 | 
          
            | - |   | 167 |     showFieldset('id_modstandardgrade', showAll ||
 | 
          
            | - |   | 168 |         isFeatureEnabled(profileType, 'modstandardgrade'));
 | 
          
            | - |   | 169 |     // Completion validation.
 | 
          
            | - |   | 170 |     showFieldset('id_activitycompletionheader', showAll ||
 | 
          
            | - |   | 171 |         isFeatureEnabled(profileType, 'activitycompletionheader'));
 | 
          
            | 166 |     // Completion validation.
 | 172 |     // Completion validation.
 | 
          
            | 167 |     showFormGroup('completionattendancegroup', showAll ||
 | 173 |     showFormGroup('completionattendancegroup', showAll ||
 | 
          
            | 168 |         isFeatureEnabled(profileType, 'completionattendance'));
 | 174 |         isFeatureEnabled(profileType, 'completionattendance'));
 | 
          
            | 169 |     // Completion validation.
 | 175 |     // Completion validation.
 | 
          
            | 170 |     showFormGroup('completionengagementgroup', showAll ||
 | 176 |     showFormGroup('completionengagementgroup', showAll ||
 |