Bug #1599
sessions and tools behaviours
Description
http://support.chamilo.org/projects/chamilo-18/wiki/Tools_and_sessions
I think there are bugs...
- for learning path : in a session, I can't see the learning pathes made in basis
- for tests : in a session, I can't see the exercises made in basis but I can see all the questions (even the questions made in an other session) in Recycle existing questions
- for glossary : in a session, I can't see a word defined in basis and I can't insert a word in a session when it's already define in another.
- for links : I can't see links defined in basis except those which are on homepage
- for wiki : it's terrific... let's take an example :
- I modify the mainpage in session 1 'hello !'
- I go to session 2, the page shows 'hello !'
- if I edit it, I obtain the default page ??? >8-|, no matter, I modify 'goodbye !'
- go back to session 1 : I see 'goodbye !'
- always in session 1, I edit and I obtain 'hello !' 8-(
- for documents : it's perfect ! exactly what I vant 8-D
For the moment, I didn't try annoucements and agenda so I can't tell about them.
I have thoses problems on my chamilo 1.8.7, installed on my computer (debian lenny) and on http://campus.chamilo.org/ (course KLRMATHS, session klr id_session : 5)
Related issues
Associated revisions
History
Updated by claire thibault over 10 years ago
it seems I understand the problem for learningpath
In main/newscorm/learnpathList.class.php, line 48, replace
$condition_session = api_get_session_condition($session_id, false);
by
$condition_session = api_get_session_condition($session_id, false,true);
Updated by claire thibault over 10 years ago
It's better : I see the learningpath but I can't control it's visibility.
Updated by Juan Carlos Raña Trabado over 10 years ago
Wiki sessions
The problem is: Wiki only implemented the regulation of user access, but did not separate wikis for each session.
If we use the basic Wiki at all sessions, the only way they should have the sessions is to add new pages (not main) and only able to view and edit the pages that were added in each session. Another alternative would be a whole Wiki for each session, but this is incompatible with the editing of the homepage of the course, each session would have its home page, it would also be different from the basic course.
What do you think about it?
Updated by Yannick Warnier over 10 years ago
- Status changed from New to Assigned
- Assignee set to Yannick Warnier
- Priority changed from Normal to High
Updated by Yannick Warnier over 10 years ago
Learning paths visibility fixed (thanks to you, Claire)
Updated by Yannick Warnier over 10 years ago
Partially fixed exercises visibility in http://code.google.com/p/chamilo/source/detail?r=7109c060a8e6c49a17e6073243c19a7916296c4d&repo=classic (now course exercises are visible from the session but cannot be set invisible)
Updated by Yannick Warnier over 10 years ago
- Target version changed from 1.8.7.1 to 1.8.8 alpha
- % Done changed from 0 to 30
Fixed links seen from sessions (now possible to see them but not hide them from the session): http://code.google.com/p/chamilo/source/detail?r=79245e80ea9fff0288025e3ba96394c1d642b95d&repo=classic
The rest will be for 1.8.8
Thanks for the clear report Claire!
Updated by Yannick Warnier almost 10 years ago
- Target version changed from 1.8.8 alpha to 1.8.8 beta
Updated by Julio Montoya almost 10 years ago
Fixing the glossary, links, lps and tests are working well right now
Updated by Julio Montoya almost 10 years ago
- Status changed from Assigned to Needs more info
- % Done changed from 30 to 70
the glossary ordering is messed when creating new elements in a session, that's why I created this task : #3123 to remove that funcionality
Updated by Marko Kastelic almost 10 years ago
if you can find something useful : [[http://www.chamilo.org/en/node/1209]]
Updated by Yannick Warnier almost 10 years ago
- Target version changed from 1.8.8 beta to 1.8.8.4
Updated by Yannick Warnier over 9 years ago
- Status changed from Needs more info to Feature implemented
Juan Carlos Raña wrote:
Wiki sessions
The problem is: Wiki only implemented the regulation of user access, but did not separate wikis for each session.
If we use the basic Wiki at all sessions, the only way they should have the sessions is to add new pages (not main) and only able to view and edit the pages that were added in each session. Another alternative would be a whole Wiki for each session, but this is incompatible with the editing of the homepage of the course, each session would have its home page, it would also be different from the basic course.
What do you think about it?
I think it's OK to say the wiki is shared between all sessions and it's all mixed into one (at least for now), but we should find a solution to split it in the future. I will update the session tools detail page on the wiki to say it doesn't manage sessions for now.
The rest seems to have been fixed.
Updated by Yannick Warnier over 9 years ago
- Status changed from Feature implemented to New
- Assignee deleted (
Yannick Warnier) - Priority changed from High to Low
- Target version deleted (
1.8.8.4)
Sorry I mistakenly closed it. I leave it open for the wiki stuff.
Updated by Juan Carlos Raña Trabado over 8 years ago
Actualmente el Wiki sí soporta sesiones, esto fue arreglado hace aproximadamente un año en la tarea #1659 . La cuestión es si podría hacerlo aún mejor, así que si alguien verifica que realmente lo hace creo que esta tarea podría cerrarse, si sólo queda abierta por el wiki. Otra cuestión es que mejorara aún más este soporte.
Updated by Yannick Warnier over 8 years ago
Juan Carlos Raña wrote:
Actualmente el Wiki sí soporta sesiones, esto fue arreglado hace aproximadamente un año en la tarea #1659 . La cuestión es si podría hacerlo aún mejor, así que si alguien verifica que realmente lo hace creo que esta tarea podría cerrarse, si sólo queda abierta por el wiki. Otra cuestión es que mejorara aún más este soporte.
I think you're right. I'll try to have someone look at it during this Saturday's Chamilo codesprint in Lima.
Updated by Yannick Warnier about 8 years ago
- Target version changed from 1.9.4 to 1.9.6
Moving to a little later to let us release 1.9.4
Showing glossary items see #1599