Moodle Plugins directory: Analytic Widgets | Moodle.org

Analytic Widgets
Blocks ::: block_analyticswidget
Maintained by
Developer CK
Analytics widget block [Moodle Mobile App Supported] with beautiful charts and stats for users
Latest release:
120 sites
17 downloads
10 fans
Current versions available: 1
Analytics widget block with beautiful charts and stats for users
[For role]
These role can be selected from settings, however, default is,
Teacher role : editingteacher
Student role : student
if you have enrolled in any of the course , then you will get this data on dashboard.
--- shows graph for enrolled courses and completion/inprogress courses
App View
Web VIew
Contributors
Developer CK (Lead maintainer)
Please login to view contributors details and/or to contact them
I installed this plugin in 4.1 and its working fine for student but for teacher role its not showing data @ Teaching at 3 blocks.
Thank you !
i hope you choosed the correct role, the same as teachers are enrolled with?
can you please share a screenshot ?
can we connect through email to get this checked.
Yes , i configured student and teacher role in plugin settings also i enrolled a course for teacher role ... still its not showing. i will share screen shots.
Thank you!
Issue has been fixed and updated versison has been released.
Its working fine now! Thank you once again its very useful plugin.
Shiva Shankar Kesha.
/lang/ru/block_analyticswidget.php <?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see .
/**
* Plugin strings are defined here.
*
* @package block_analyticswidget
* @category string
* @copyright 2022 Chandra K * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'Аналитика';
$string['teacher_level'] = "Обучение";
$string['aw_teacher_level'] = "Включить учительский уровень";
$string['aw_teacher_stats'] = '';
$string['teacher_course_stats'] = "Курсов";
$string['teacher_user_stats'] = "Пользователей";
$string['teacher_activity_stats'] = "Активностей";
$string['aw_teacher_stats_user'] = 'Включить учительскую статистику';
$string['aw_teacher_stats_activity'] = 'Включить учительскую активность';
$string['aw_teacher_stats_course'] = 'Включить статистику курса для преподавателей';
$string['active'] = 'Активный';
$string['inactive'] = 'Неактивный';
$string['completed'] = 'Завершенный';
$string['inprogress'] = 'В процессе';
$string['my_level'] = "Сводный отчет";
$string['my_course_stats'] = '';
$string['aw_my_stats'] = 'Для моих виджетов';
$string['my_so_far'] = 'мои курсы';
$string['my_current'] = 'Курсы';
$string['my_no_course'] = 'Начните свое путешествие с курса, Просмотреть все курсы';
$string['privacy:metadata'] = 'Блок Аналитики показывает только данные, хранящиеся в других местах.';
$string['teacher_role'] = 'Роль учителя';
$string['student_role'] = 'Роль студента';
$string['as_student'] = 'Как студент';
$string['studying_in'] = 'Изучение';
$string['mobile_view'] = 'Обображать Аналитику в мобильном приложении Moodle';
$string['cachedef_awstat'] = 'Кэш для блока Аналитики';
$string['aw_promo'] = '
Плагин будет часто обновляться, чтобы поддерживать больше информации и блоков. Продолжайте проверять последнюю версию.
';