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
48 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 

Mobile App View 

Web VIew


Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5
Screenshot #6

Contributors

Developer CK (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Plugins bot
    Mon, 25 July 2022, 5:00 PM
    Approval issue created: CONTRIB-9015
  • Shivashankar Kesha
    Mon, 19 June 2023, 2:52 AM
    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 !
  • Developer CK
    Mon, 19 June 2023, 11:11 AM
    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.
  • Shivashankar Kesha
    Mon, 19 June 2023, 1:28 PM
    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!
  • Developer CK
    Tue, 20 June 2023, 5:59 PM
    Thank You Shiva,
    Issue has been fixed and updated versison has been released.
  • Shivashankar Kesha
    Tue, 20 June 2023, 7:01 PM
    Thank You Chandra Kishor,

    Its working fine now! Thank you once again its very useful plugin.

    Shiva Shankar Kesha.
  • HANZ ANGELO BERNABE
    Wed, 6 Dec 2023, 11:55 AM
    it is not showing in the add block section
  • Pavel Kozhevatov
    Mon, 19 Feb 2024, 6:43 PM
    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'] = '

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

    ';

Please login to post comments