Feature #323
Starting file in a directory
0%
Description
In my post http://www.dokeos.com/forum/viewtopic.php?p=49806#49806 I proposed a way to mark a file in a directory as authomatically loaded when we enter in this directory in student view (and unmark it for reverting to simple listing)
Files
Related issues
History
Updated by Yannick Warnier almost 11 years ago
- Priority changed from Normal to Low
- Target version changed from 1.8.7 to 1.8.7.1
Updated by Christian Alberto Fasanando Flores over 10 years ago
The requested topic does not exist.
Updated by Ivan Tcholakov over 10 years ago
As I remember, this task has been created by Furio Petrossi. Unfortunately, all his post in Dokeos forums are missing. I found this link: http://www.dokeos.net/forum/viewtopic.php?f=85&t=16423 where I believe there was I dialog between me and Mr. Petrossi. Still, I am not able to find his original suggestion.
Updated by Ivan Tcholakov over 10 years ago
Here I am attaching the cached original suggestion.
Updated by Ivan Tcholakov over 10 years ago
Within the following material: http://www.learningsolutionsmag.com/articles/196/tutorial-build-scorm-compatible-lesson-templates-for-your-lms I see that creation of index.html is mentioned.
I think, that files like index.html (or index.htm) have to be detected by the "Documents" tool. We have to use this convention.
Updated by Yannick Warnier almost 10 years ago
- Target version changed from 1.8.8 stable to 1.9 Stable
Updated by Yannick Warnier about 4 years ago
- Category set to Documents
- Status changed from New to Assigned
- Assignee set to Angel Quiroz
As far as I understand it, this is like the README.md feature on Github, but in the Chamilo documents.
This is far easier to implement now that we support markdown through libraries included by composer.
"michelf/php-markdown": "~1.4",