-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C2 : Survey in LP : enable student to access #5713
Comments
Hi @NicoDucou , The required fields have been added to the entities for those tables, and the default setting is now to show surveys in lessons. Therefore, the allow_survey_tool_in_lp option is no longer used in Chamilo 2, and it has been removed in the migration file Version20240423101010: |
Hi @christianbeeznest The way it should work is if a survey is included in a LP then the user should have access to it no need to be invited. And if the course is included in a session then the student in the session that are in the LP need to be able to do the survey as well. |
It can be reproduced in the LP here : https://testing24.beeznest.com/main/lp/lp_controller.php?cid=1&sid=0&gid=0&gradebook=0&origin=&action=view&lp_id=1 |
Hi @NicoDucou , It is added in this PR #5766 Thanks for confirmation. |
In Chamilo Master you can include a survey in a LP.
When including a survey in a LP the student automatically gain access to the survey because it is included in the learning path no need to have an invitation.
In Chamilo Master on the 2024/08/07 we can include a survey in a LP but the student does not have access it is indicated "Protected document".
So it needs to be reimplemented in master to enable a student to access a survey in the LP. And if the course is included in a session then the student in the session that are in the LP need to be able to do the survey as well.
In Chamilo 1.11.x it was implemented with this option :
The text was updated successfully, but these errors were encountered: