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

Vis kommentarer
  • Marcelo Schmitt
    fr., 15 mai 2015, 04:05
    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
    on., 11 nov. 2015, 22:40
    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
    to., 12 nov. 2015, 20:07
    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
    to., 19 nov. 2015, 19:53
    If it helps, software versions are: PBLTool (CLPMTool) - v2.7-r2, Moodle 2.9.2
  • Marcelo Schmitt
    to., 3 des. 2015, 00:28
    Ok. Fix it. Thanks a lot.
  • César Marques
    må., 19 juni 2017, 22:55
    Viva Marcelo, obrigado pelo plugin.
    Plugin parece ser interessante mas não consigo correr no Moodle 3.2 trist
    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
    on., 19 sep. 2018, 17:05
    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
    on., 19 sep. 2018, 21:11
    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
    må., 24 sep. 2018, 19:19
    Robert, I can come back to this project. I will do that. Give one week, please.
  • Marcelo Schmitt
    la., 22 aug. 2020, 22:41
    I am back to the project. Let's make it work again and improve the functions.
  • Marcelo Schmitt
    ty., 25 aug. 2020, 02:31
    Ok, there is a new version now. I would like to invite everybody to make suggestions.
  • Zunbeltz Izaola
    to., 10 sep. 2020, 17:51
    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
    to., 10 sep. 2020, 20:32
    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
    to., 10 sep. 2020, 23:08
    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
    fr., 19 aug. 2022, 13:36
    Is there any new development on this plugin? Looks very promising.
1 2
Please login to post comments