Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
db->where('id',$lesson_id); $get=$this->db->get('lessons'); foreach($get->result() as $rows){ $lesson=$rows->name; } //reading percent $total=0; $count = $this->db->where('lesson_id',$lesson_id)->where('type','application')->get('notes')->num_rows(); $c = $this->db->where('lesson_id',$lesson_id)->where('student_id',$this->session->userdata('id'))->get('notes_read'); foreach($c->result() as $read){ $total=$read->progress+$total; } $ans=round((($total/$count)*100),0); //update enrollment table $data=array( 'read_progress'=>$ans, ); $this->db->where('lesson_id',$lesson_id)->where('student_id',$this->session->userdata('id'))->update('enroll_course',$data); //get total progress $e = $this->db->where('lesson_id',$lesson_id)->where('student_id',$this->session->userdata('id'))->get('enroll_course'); foreach($e->result() as $readProgress){ $overAllProgress=$readProgress->read_progress; } ?>

Login_model->language('Kozi','Courses'); ?>       Login_model->language('Muhtasari','Course Overview'); ?>       Login_model->language('Moduli','Modules'); ?>      

db->where('lesson_id',$lesson_id); $get=$this->db->get('topics'); foreach($get->result() as $rowss){ $topicId=$rowss->id; $topic=$rowss->name; $arrange=$rowss->arange; $short_des=$rowss->short; $time=$rowss->time; $t++; $i=$total=$p=$pr=0; $this->db->where('type','application'); $this->db->where('topic_id',$topicId); $get=$this->db->get('notes'); foreach($get->result() as $row){ $i++; $c = $this->db->where('notes_id',$row->id)->where('student_id',$this->session->userdata('id'))->get('notes_read'); foreach($c->result() as $read){ $pr=$read->progress*100; $total=$read->progress+$total; } $p=($total/$i)*100; } $all=round(($p+$all),0); ?>

%

Login_model->language('Muda wa Moduli','Module Duration'); ?>


db->where('type','application'); $this->db->where('topic_id',$topicId); $this->db->order_by('arrange','asc'); $get=$this->db->get('notes'); foreach($get->result() as $row){ $i++; $pr=0; $c = $this->db->where('notes_id',$row->id)->where('student_id',$this->session->userdata('id'))->get('notes_read'); foreach($c->result() as $read){ $pr=$read->progress*100; $total=$read->progress+$total; } $p=($total/$i)*100; if($row->type == 'application'){ ?>
% Login_model->language('kusoma','read'); ?>
db->where('lesson_id',$lesson_id)->where('status','on')->get('exams')->result() as $row){ $this->db->where('student_id',$this->session->userdata('id')); $this->db->where('exam_id',$row->id); $count_exam=$this->db->count_all_results('submitted_exams'); if($count_exam>0){ ?> Login_model->language('Angalia Mtihani','View Exam'); ?>
80){ ?>
% Login_model->language('kumaliza','Complete'); ?>