Trail format

Course formats ::: format_trail
Maintained by Jota Costa
Trail format was developed based on the Grid format plugin. He distributes the grids on a trail. Some features were designed to meet some aspects of gamification, being able to change the background style and transparency for grids. In addition to having the responsibility for mobile equipment.
Latest release:
1740 sites
655 downloads
76 fans
Current versions available: 2

Trail Course Format

Trail format was developed based on the Grid format plugin. He distributes the grids on a trail. Some features were designed to meet some aspects of gamification, being able to change the background style and transparency for grids. In addition to having the responsibility for mobile equipment.

Required version of Moodle

This version works with Moodle 3.8 version 2019111704 (Build: 2019111704) and above within the 3.8 branch until the next release.

Please ensure that your hardware and software complies with 'Requirements' in 'Installing Moodle' on 'docs.moodle.org/38/en/Installing_Moodle'.

Free Software

The Trail format is 'free' software under the terms of the GNU GPLv3 License, please see 'COPYING.txt'.

You have all the rights granted to you by the GPLv3 license. If you are unsure about anything, then the FAQ - http://www.gnu.org/licenses/gpl-faq.html - is a good place to look.

All images used in the plugin are under the Creative Commons license.

If you reuse any of the code then I kindly ask that you make reference to the format.

Installation

  1. Ensure you have the version of Moodle as stated above in 'Required version of Moodle'. This is essential as the format relies on underlying core code that is out of my control.
  2. Put Moodle in 'Maintenance Mode' (docs.moodle.org/en/admin/setting/maintenancemode) so that there are no users using it bar you as the administrator - if you have not already done so.
  3. Copy 'trail' to '/course/format/' if you have not already done so.
  4. Go back in as an administrator and follow standard the 'plugin' update notification. If needed, go to 'Site administration' -> 'Notifications' if this does not happen.
  5. Put Moodle out of Maintenance Mode.
  6. You may need to check that the permissions within the 'trail' folder are 755 for folders and 644 for files.

Uninstallation

  1. Put Moodle in 'Maintenance Mode' so that there are no users using it bar you as the administrator.
  2. It is recommended but not essential to change all of the courses that use the format to another. If this is not done Moodle will pick the last format in your list of formats to use but display in 'Edit settings' of the course the first format in the list. You can then set the desired format.
  3. In '/course/format/' remove the folder 'trail'.
  4. In the database, remove the row with the 'plugin' of 'format_trail' and 'name' of 'version' in the 'config_plugins' table and drop the 'format_trail_icon' and 'format_trail_summary' tables.
  5. Put Moodle out of Maintenance Mode.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5
Screenshot #6
Screenshot #7
Screenshot #8
Screenshot #9

Contributors

Jota Costa (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Jota Costa
    Wed, 29 Mar 2023, 3:57 AM
    @Vinicio Calahorrano, No puedo identificar el error que te está pasando. Si es posible, habilite la depuración y vea si se muestran mensajes de error.
  • Mario Henao
    Sun, 23 Apr 2023, 10:19 PM
    Hola, un saludo, mis felicitaciones por el Plugin, quisire apreguntrate dos cosas:

    1. ¿Cuando sale la version para moodle 4.1?
    2. ¿ Es posible personalizar las rutas (los fondos), y si se puede ¿Cómo se hace?, Mucahs gracias
  • Steve Ottevaere
    Tue, 1 Aug 2023, 12:13 AM
    Hello,

    I'm on Moodle 4.2.1+ and PHP8.1.

    Same problem with the message "Exception - imagejpeg() expects at most 3 arguments, 4 given".

    As a workaround, I have replace de line 2851 of the file /course/format/trail/lib.php

    Old line : if (!$imagefnc($finalimage, null, $quality, $filters)) {

    New line : if (!$imagefnc($finalimage, null, $quality/*, $filters*/)) {

    It would be great if the whole plugin could be corrected to be php 8.1 compatible.

    Thanks a lot,

    Steve.
  • Duarteaugust august
    Tue, 19 Sept 2023, 1:40 AM
    Agradeço pelo ótimo plugin. Estou tendo uma dificuldade. Coloquei um rótulo com vídeo youtube dentro de uma seção. Quando clico no X para fechar o popup, o vídeo continua sendo executado. É perceptível pelo áudio.
    Como faço pro vídeo parar de ser executado após fechar o popup?
    Desde já agradeço qualquer ajuda!

    Thanks for the great plugin. I'm having a hard time. I placed a label with YouTube video within a section. When I click the X to close the popup, the video continues playing. It is noticeable through the audio.
    How do I stop the video from playing after closing the popup?
    Thanks in advance for your help!
  • Frank Burger
    Wed, 17 Jan 2024, 10:49 PM
    Is there a way to remove or change the language of "inicio" and "fim" at the beginning and end of the trail?
  • Leles Gomes
    Thu, 18 Jan 2024, 5:19 AM
    Olá! Estou tendo um problema. As imagens de capa dos tópicos da trilha não carregam e também não consigo fazer upload. Dá o seguinte erro: Exceção - imagejpeg() expects at most 3 arguments, 4 given

    Versão do Moodle 4.2

    Att,

    Leles
  • BEATRIZ TRINDADE
    Fri, 29 Mar 2024, 3:45 AM
    Olá! Gostei muito desse plugin, instalei e estou fazendo testes para aplicar em um curso. Porém gostaríamos de saber se é possível adicionar novos backgrounds para as trilhas. Se sim, quais seriam os requisitos para a imagem e como incluir? Agradeço antecipadamente pela sua orientação.
  • Cristiam Trujillo
    Fri, 12 Apr 2024, 8:29 PM
    Hola buen día José. Quería comentarte que estoy enfrentando un problema con el formato en Moodle 4.3. Parece que está teniendo dificultades al renderizar las secciones. Antes, el formato mostraba las secciones de la siguiente manera: 2-1-2-1... Sin embargo, con la actualización a 4.3, ahora me muestra 2-1-1-1-1. Es decir, solo muestra dos secciones dentro del mismo
    • en las dos primeras, y luego renderiza las siguientes secciones por separado, cada una dentro de su propio
      • . He intentado buscar si se trata de alguna configuración, pero no he encontrado nada al respecto. Desde ya muchas gracias!
  • Juan Prado
    Wed, 1 May 2024, 9:42 AM
    When will be the plugin compatible to Moodle 4.4? Thanks
  • Pierre ZERLOTTINI
    Wed, 26 June 2024, 5:22 PM
    Hi,
    I have an issue when I try to choose trial format on a course :
    Failed opening required '[dirroot]/course/format/renderer.php' (include_path='[dirroot]/lib/pear:.:/usr/local/php8.2/lib/php')

    I use Moodle 4.4.1

    I don't understand this error.

    Someone had the same problem ?

    Have a good day
  • Hi..is the icon for each phase or section included in package?
  • Jérôme DUBRUNQUEZ
    Mon, 30 Sept 2024, 3:27 PM
    Hello,

    Moodle 4.4.3

    Exception : core\plugin_manager::remove_plugin_folder(): Argument #1 ($plugin) must be of type core\plugininfo\base, null given, called in [dirroot]/lib/classes/plugin_manager.php on line 1429

    ???
  • Jhan Rey Gonzales
    Fri, 18 Oct 2024, 11:50 PM
    I am on Moodle 4.5 using Moove theme, plugin does not work. I hope it supports the latest version.
  • Attilio Ferrari
    Thu, 5 Dec 2024, 4:27 PM
    Hi, when the moodle 4.5 version will be published?Thks
  • Amy Brown
    Tue, 4 Feb 2025, 10:36 PM
    I second Attilio's question about updating this course format for 4.5. Thanks!
1 2 3 4 5
Please login to post comments