Example #1
0
">
                                    <h3>Mapped Objectives</h3>
                                    <div class="clearfix">
                                        <ul class="page-action" style="float: right">
                                            <li class="last">
                                                <a href="javascript:void(0)" class="mapping-toggle strong-green" data-toggle="show" id="toggle_sets">Map Additional Objectives</a>
                                            </li>
                                        </ul>
                                    </div>												
                                    <p class="well well-small content-small">
                                        <strong>Helpful Tip:</strong> Click <strong>Map Additional Objectives</strong> to view the list of available objective sets. Select an objective from the list on the left and it will be mapped to the assessment.
                                    </p>
                                <?php 
                        if ($hierarchical_objectives) {
                            //function loads bottom leaves and displays them
                            assessment_objectives_display_leafs($hierarchical_objectives, $COURSE_ID, 0);
                        }
                        if ($flat_objectives) {
                            ?>
                                    <div id="clinical-list-wrapper">
                                        <a name="clinical-objective-list"></a>
                                        <h2 id="flat-toggle"  title="Clinical Objective List" class="collapsed list-heading">Other Objectives</h2>
                                        <div id="clinical-objective-list">
                                            <ul class="objective-list mapped-list" id="mapped_flat_objectives" data-importance="flat">
                                            <?php 
                            if ($flat_objectives) {
                                foreach ($flat_objectives as $objective) {
                                    $title = $objective["objective_code"] ? $objective["objective_code"] . ': ' . $objective["objective_name"] : $objective["objective_name"];
                                    ?>
                                                <li class = "mapped-objective"
                                                    id = "mapped_objective_<?php 
Example #2
0
">
                                        <h3>Mapped Objectives</h3>
                                        <div class="clearfix">
                                            <ul class="page-action" style="float: right">
                                                <li class="last">
                                                    <a href="javascript:void(0)" class="mapping-toggle strong-green" data-toggle="show" id="toggle_sets">Map Additional Objectives</a>
                                                </li>
                                            </ul>
                                        </div>												
                                        <p class="well well-small content-small">
                                            <strong>Helpful Tip:</strong> Click <strong>Map Additional Objectives</strong> to view the list of available objective sets. Select an objective from the list on the left and it will be mapped to the assessment.
                                        </p>
                                    <?php 
                            if ($hierarchical_objectives) {
                                //function loads bottom leaves and displays them
                                assessment_objectives_display_leafs($hierarchical_objectives, $COURSE_ID, $ASSESSMENT_ID);
                            }
                            if ($flat_objectives) {
                                ?>
                                        <div id="clinical-list-wrapper">
                                            <a name="clinical-objective-list"></a>
                                            <h2 id="flat-toggle"  title="Clinical Objective List" class="collapsed list-heading">Other Objectives</h2>
                                            <div id="clinical-objective-list">
                                                <ul class="objective-list mapped-list" id="mapped_flat_objectives" data-importance="flat">
                                                <?php 
                                if ($flat_objectives) {
                                    foreach ($flat_objectives as $objective) {
                                        $title = $objective["objective_code"] ? $objective["objective_code"] . ': ' . $objective["objective_name"] : $objective["objective_name"];
                                        ?>
                                                    <li class = "mapped-objective"
                                                        id = "mapped_objective_<?php