<?php $sandbox = [ 'first' => ['#finished' => 1], 'second' => ['#finished' => .5], 'third' => ['#finished' => .1], ]; $overall_finished = array_sum(array_column($sandbox, '#finished')); echo $overall_finished / count($sandbox);
You have javascript disabled. You will not be able to edit any code.