PBLTool (CLPMTool)

Blocks ::: block_pbltool
Maintained by Marcelo Schmitt
This block implements a project management tool create to be used with collaborative learning. It is integrated with group forum and chat. The main ideia is that students and teacher plan ther activities together.
Latest release:
42 sites
9 downloads
14 fans
Current versions available: 3

 

 

 

 

 

 

 

 

 

 

 

 

 

Screenshots

Screenshot #0
Screenshot #1

Contributors

Marcelo Schmitt (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Marcelo Schmitt
    Fri, 15 May 2015, 4:05 AM
    Sorry guys. I had make a terrible mistake. When I fixed db/access.php, changing admin for manager, I had copied from another plugin of mine. I uploaded a new version correcting it. You can notice that in access.php, I am referencing analytics_graphs instead of pbltool. I hope everything works now.
  • Pero Prebeg
    Wed, 11 Nov 2015, 10:40 PM
    Hi,
    If I have understood correctly, a student should be able to change the task definition if a teacher marks the task as "Teacher did not agree with the task and students must improve planning", however a student can not change any of a task details (name, start, end). The only available option to a student is to change the status to "Students are asking teacher if the task was well planned".
    Regards,
    Pero
  • Marcelo Schmitt
    Thu, 12 Nov 2015, 8:07 PM
    Strange... I have never had such issue. I will test and try to reproduce to see what is happening. Sorry for that, Pero.
  • Pero Prebeg
    Thu, 19 Nov 2015, 7:53 PM
    If it helps, software versions are: PBLTool (CLPMTool) - v2.7-r2, Moodle 2.9.2
  • Marcelo Schmitt
    Thu, 3 Dec 2015, 12:28 AM
    Ok. Fix it. Thanks a lot.
  • César Marques
    Mon, 19 Jun 2017, 10:55 PM
    Viva Marcelo, obrigado pelo plugin.
    Plugin parece ser interessante mas não consigo correr no Moodle 3.2 sad
    O plugin instala sem dar qualquer tipo de erro. Consigo adicionar o bloco mas quando o professor tenta editar dá o erro:
    block_pbltool/nogroup user

    Instalando o bloco com a conta de administrador consigo editar, mas quando carrego nas Tasks de um grupo, recebo o erro:
    Foi detetado o seguinte erro de programação que deve ser corrigido por um programador: notlocalisederrormessage

    Vai existir alguma versão do plugin para o moodle 3.2?

    ####

    Plugin with 2 errors:
    As teacher I receive the error "block_pbltool/nogroup user" when I try to edit the work.
    As administrator I receive the error "notlocalisederrormessage" when I try to create a task,

    Best regards.

    César
  • Robert Schrenk
    Wed, 19 Sep 2018, 5:05 PM
    Is there still any development on this plugin? It would be nice to use but JpGraph seems not to be compatible with PHP7 anymore. Would be nice if you could fix that.

    Kind regards
  • Robert Schrenk
    Wed, 19 Sep 2018, 9:11 PM
    Hi,

    I figured out, that JPGraph itself seems to work with PHP 7. Just that the procedure to determine the minimum PHP version is bound to the major Version 5. If you have a look at the jpgraph/jpgraph.php file you see in the function CheckPHPVersion that it compares the major version number and returns false if it differs! (So not regarding if it is lower or higher - just if it differs!)

    To fix this it is just necessary to change
    if ($majorC != $majorR) return false;
    to
    if ($majorC > $majorR) return true;

    Kind regards
  • Marcelo Schmitt
    Mon, 24 Sep 2018, 7:19 PM
    Robert, I can come back to this project. I will do that. Give one week, please.
  • Marcelo Schmitt
    Sat, 22 Aug 2020, 10:41 PM
    I am back to the project. Let's make it work again and improve the functions.
  • Marcelo Schmitt
    Tue, 25 Aug 2020, 2:31 AM
    Ok, there is a new version now. I would like to invite everybody to make suggestions.
  • Zunbeltz Izaola
    Thu, 10 Sep 2020, 5:51 PM
    Hi Marcelo:
    I am evaluating PBLtool to be used in our future PBL implementations. It looks great tool to integrate PBL in moodle. I have installed the plug-in in a test instalation, but there are some behaviours that are dificutl to test.
    In my setup each group of the PBL block will have a different project to do. It seems there is no porblem to do this, but we will like to have different teahers to monitor different projects. Is it posible to assing a different teacher to each group?
  • Marcelo Schmitt
    Thu, 10 Sep 2020, 8:32 PM
    Hi Zunbeltz

    All the teachers of the course access all groups and even all projects. Do you think that limiting such characteristic would be useful. I could put it in my list of next developments. I was thinking about improving tasks first. My ideia is to relate tasks to students. What is your opinion?
  • Zunbeltz Izaola
    Thu, 10 Sep 2020, 11:08 PM
    Hi Marcelo,

    I am concern with the messages in the forum/chat being sent to all the teachers. I wouldn't be keen to send teachers notification/email with messages of a project they are not supervising.

    It may be useful to have one student be responsible for each task (not that the student should do the task alone, but it is the responsible to the task be carried out).
  • synnac w
    Fri, 19 Aug 2022, 1:36 PM
    Is there any new development on this plugin? Looks very promising.
1 2
Please login to post comments