Onetopic format

Course formats ::: format_onetopic
Maintained by que bueno que sabe el café colombiano...David Herney
Course format that allows showing each topic in a tab, keeping the current tab between calls to resources, in such a way that when it returns from a module as the blog or the glossary it returns to tab from where you started. This format is based on the Moodle standard format: “Topics”.
Latest release:
8843 sites
2k downloads
161 fans
Current versions available: 16

Developed by: David Herney Bernal García - davidherney at gmail dot com

GIT: https://github.com/davidherney/moodle-format_onetopic

Powered by: BambuCo
Documentation: En - Es

In new release:


Screenshots

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

Contributors

que bueno que sabe el café colombiano...
David Herney (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • que bueno que sabe el café colombiano...
    Sat, 21 Jan 2023, 4:47 AM
    Hi @Antoaneta...

    That is my idea, to continue in the new versions.

    Saludos
  • Fran Carballo
    Sat, 28 Jan 2023, 6:26 AM
    Buenas tardes David. Primero que nada, gracias por tu aporte.
    Por otro lado, comentarte que luego de actualizar a Moodle 4.0, ya no veo la opción de "Tabs edition utilities" al activar edición. Es muy raro, ya que en un moodle con el theme lambda lo veo ok, y en otro directamente ni me aparece.
    Muchas gracias desde ya. Saludos. Francisco.
  • que bueno que sabe el café colombiano...
    Sun, 29 Jan 2023, 7:56 AM
    Hola Fran...

    Esa sección ya no se encuentra disponible por los cambios en la tecnología de los formatos de curso. Ahora, las opciones de mover y de duplicar sección se encuentran en el menú contextual o de configuración de cada sección.
    Además, para organizar/mover los recursos y secciones se recomienda utilizar la columna de "Índice del curso" que viene oficialmente con Moodle en el tema Boost a la izquierda de los cursos (y esperamos que otros temas también lo implementen).

    Saludos
  • Maty Chavez
    Sat, 18 Feb 2023, 7:36 AM
    Hola Fran...
    En moodle 4.1 ya no aparece la navegación al final de cada pestaña, que te permite ir a la siguiente pestaña o regresar a la anterior ¿Podrías ayudarme para volverla a poner? por favor.
  • Maty Chavez
    Sat, 18 Feb 2023, 7:37 AM
    Hola David Herney
    En moodle 4.1 ya no aparece la navegación al final de cada pestaña, que te permite ir a la siguiente pestaña o regresar a la anterior ¿Podrías ayudarme para volverla a poner? por favor.
  • que bueno que sabe el café colombiano...
    Sun, 19 Feb 2023, 7:22 AM
    Hola @Maty...

    Esa funcionalidad la tengo en la hoja de ruta, todavía no la tengo implementada en la nueva estructura de formatos. Intentaré adicionarla en la próxima versión.

    Saludos
  • Howard Norton
    Mon, 20 Feb 2023, 6:53 AM
    Hi all
    I can't delete a section in 'One Topic' - we are using Moodle 4.0
    Cheers
    H
  • Sergei Taneyev
    Tue, 4 Apr 2023, 3:58 AM
    Tried on Moodle 4.1.2, very useful plugin if your courses have lot of content. Thankyou!
  • Zoe Tol
    Wed, 3 May 2023, 10:13 PM
    In 3.11, I am trying to restore a quiz into a preexisting topic tab but I can only get it to restore onto the first tab. How do I move it? It is probably really simple but it is doing my head it!
  • James Calder
    Fri, 5 May 2023, 7:11 AM
    Hi Zoe,
    To move an activity in Onetopic for Moodle 3.x, you need to:
    - Click Turn editing on (top right).
    - Click Tabs edition utilities (bottom left).
    - Click Asynchronous edit actions Disable.
    - Click the up/down arrow next to the activity you want to move.
    - Navigate to the page where you want the activity.
    - Click the box with the dashed outline in the place where you want the activity.
  • James Calder
    Fri, 5 May 2023, 7:18 AM
    Hi David,
    Moodle 4.2 has added a feature to duplicate sections, but it has several issues. One of them is that it doesn't seem to copy the files embedded in a section's summary. I know that you've got code to do this, so I was wondering if it's OK to copy your code. Here's the bug report I've opened:
    https://tracker.moodle.org/browse/MDL-78080
  • que bueno que sabe el café colombiano...
    Sat, 6 May 2023, 6:41 AM
    Yes please, I am honored if any of my code is useful.
  • James Calder
    Sun, 7 May 2023, 12:58 PM
    Thanks, I've copied your code into my patch.
  • Daniel Jean
    Tue, 13 June 2023, 3:46 AM
    Hi David,
    I have upgraded from Moodle 3.9 to 4.1 and since that all my course with onetopic format throw this error :
    Exception : Call to a member function get_output_classname() on null
    Debug info:
    Error code: generalexceptionmessage
    Stack trace:
    line 79 of /course/format/onetopic/format.php: Error thrown
    line 336 of /local/grics/customscripts/course/view.php: call to require()
    line 1026 of /lib/setup.php: call to require()
    line 34 of /config.php: call to require_once()
    line 5 of /course/view.php: call to require_once()
    Do you have any idea of what is causing that?
    Thanks in advance.
    Daniel
  • que bueno que sabe el café colombiano...
    Tue, 13 June 2023, 8:38 AM
    Hi @Daniel...

    Check the local_grics component because it seems to be calling the format too soon. I don't know what the component does but it seems that there is the error.

    Trace:
    line 336 of /local/grics/customscripts/course/view.php: call to require()

    Saludos
Please login to post comments