Skip to content

Commit

Permalink
GH-751 Remove rendering of chart
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Dec 13, 2024
1 parent 8e75a1b commit fb67b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/output/catscaledashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ public function export_scaledetails(\renderer_base $output): array {
'contextselector' => scaleandcontexselector::render_contextselector($this->catcontextid),
'backtoscaleslink' => $backbutton,
'scaledetailviewheading' => get_string('scaledetailviewheading', 'local_catquiz', $this->catscale->name),
'itemdifficulties' => $this->render_itemdifficulties($itemdifficulties),
'personabilities' => $this->render_personabilities($personabilities),
//'itemdifficulties' => $this->render_itemdifficulties($itemdifficulties),
//'personabilities' => $this->render_personabilities($personabilities),
'modelbutton' => $this->render_modelbutton($this->catcontextid),
];
}
Expand Down

0 comments on commit fb67b2a

Please sign in to comment.