Skip to content
Snippets Groups Projects
Commit 65658f6c authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

fix class review_asked

parent 5bc77843
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,6 @@ if ( count($cm_ids) !== 0 ) { ...@@ -309,7 +309,6 @@ if ( count($cm_ids) !== 0 ) {
$data=array(); $data=array();
$data['is_enrolled']=$is_enrolled; $data['is_enrolled']=$is_enrolled;
$data['link_switch']=$CFG->wwwroot."/blocks/competency_iena/course_competency.php"; $data['link_switch']=$CFG->wwwroot."/blocks/competency_iena/course_competency.php";
...@@ -338,6 +337,7 @@ $data['cm_ids']=$modules; ...@@ -338,6 +337,7 @@ $data['cm_ids']=$modules;
$data['proficiency']=$proficiency; $data['proficiency']=$proficiency;
$data['proficiency_class']=$proficiency_class; $data['proficiency_class']=$proficiency_class;
$data['eval']=$eval; $data['eval']=$eval;
$data['review_asked']=$review_asked;
$renderer = $PAGE->get_renderer('block_competency_iena'); $renderer = $PAGE->get_renderer('block_competency_iena');
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
{{#count_all_evidences}} {{#count_all_evidences}}
<div class='alert alert-secondary'> <div class='alert alert-secondary'>
<div class='col-12'> <div class='col-12'>
<h2 class='h4'>{{#str}} eval_2, block_competency_iena {{/str}}</h2> <h2 class='h4'>{{#str}} assessments, block_competency_iena {{/str}}</h2>
<div class="iena-chart-unique"> <div class="iena-chart-unique">
{{{chart}}} {{{chart}}}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment