Analytic Widgets icon

Analytic Widgets

Maintained by DeveloperCK DeveloperCK
Analytics widget block [Moodle Mobile App Supported] with beautiful charts and stats for users
Price option: Free

Supports Moodle 3.8-5.0 See all versions
Latest release: 11 months ago
Installations: 101
Downloads (last 90 days): 16

Frankenstyle name: block_analyticswidget
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Translate to Russian
/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'] = '

Плагин будет часто обновляться, чтобы поддерживать больше информации и блоков. Продолжайте проверять последнюю версию.

';
it is not showing in the add block section
Thank You Chandra Kishor,
Its working fine now! Thank you once again its very useful plugin.
Shiva Shankar Kesha.
Thank You Shiva,
Issue has been fixed and updated versison has been released.
HI Chandra Kishor,
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!
Hi Shiva,
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.
HI Chandra Kishor
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 !
Approval issue created: CONTRIB-9015