Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Course files.

Talk:Course files: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
If you come to think about it, File synchronization is not needed for activities' student files (for any student files?): they have no "linking" behavior in 1.9, as opposed to teachers, so there is nothing they will miss with the change; they are used to "reselect and resend" when they need to update a file.
If you come to think about it, File synchronization is not needed for activities' student files (for any student files?): they have no "linking" behavior in 1.9, as opposed to teachers, so there is nothing they will miss with the change; they are used to "reselect and resend" when they need to update a file.


This page explains course files in general, but not files associated with the Quiz module. The Quiz module is different because it has a Question Bank (I assume in 2.0). So are media files associated with a particular Question (not quiz)?  Are media files backed up with the question item only?  How is versioning handled?  Now in Moodle 1.9, versioning of questions is handled manually. In our school, teachers save the question as a new question and put their name and date on the new question name. Crude and inconsistant, however.
-----
 
This page explains course files in general, but not files associated with the Quiz module. The Quiz module is different because it has a Question Bank (I assume in 2.0). So are media files associated with a particular Question (not quiz)?  Are media files backed up with the question item only?  How is versioning handled?  Now in Moodle 1.9, versioning of questions is handled manually. In our school, teachers save the question as a new question and put their name and date on the new question name. Crude and inconsistant, however.--Don Hinkelman
 
Note that, at least in principle, the question bank is independent of the quiz.
 
As with other parts of Moodle, images used in questions are associated with that question, so wherever that question goes, the images go.
 
There is code to back up all the questions used whenever a quiz is backed up. (Just like in Moodle 1.9.) (Thank you Eloy!)
 
Questions are not versionned, just like in Moodle 1.9. However, I am aware that this is a serious lack. It is on my list of things that need to be done to the quiz/question system in Moodle ([[Development:Goals_of_an_online_assessment_system]])). It is also on the OU's list of priorities for me to work on over the next 10 months - but it does come after two other substantial item. Anyway, but the end of the 10 month period I should have a clear design for how I think everything should work, even if it is not all implemented. I will, of course, be consulting as widely as possible about what to do. The trick is that the system has to be as simple and transparent as possible for teachers who don't want to worry about it, while still providing all the rich functionality that power-users need. My starting point is the history system in MediaWiki (here!). You don't need to know anything about it to edit pages, but the moment you do what it, it is just there, and easy to use. However, wiki pages are simpler than questions. Anyway, it's an interesting problem.--[[User:Tim Hunt|Tim Hunt]] 06:35, 2 October 2010 (UTC)

Revision as of 06:35, 2 October 2010

If you come to think about it, File synchronization is not needed for activities' student files (for any student files?): they have no "linking" behavior in 1.9, as opposed to teachers, so there is nothing they will miss with the change; they are used to "reselect and resend" when they need to update a file.


This page explains course files in general, but not files associated with the Quiz module. The Quiz module is different because it has a Question Bank (I assume in 2.0). So are media files associated with a particular Question (not quiz)? Are media files backed up with the question item only? How is versioning handled? Now in Moodle 1.9, versioning of questions is handled manually. In our school, teachers save the question as a new question and put their name and date on the new question name. Crude and inconsistant, however.--Don Hinkelman

Note that, at least in principle, the question bank is independent of the quiz.

As with other parts of Moodle, images used in questions are associated with that question, so wherever that question goes, the images go.

There is code to back up all the questions used whenever a quiz is backed up. (Just like in Moodle 1.9.) (Thank you Eloy!)

Questions are not versionned, just like in Moodle 1.9. However, I am aware that this is a serious lack. It is on my list of things that need to be done to the quiz/question system in Moodle (Development:Goals_of_an_online_assessment_system)). It is also on the OU's list of priorities for me to work on over the next 10 months - but it does come after two other substantial item. Anyway, but the end of the 10 month period I should have a clear design for how I think everything should work, even if it is not all implemented. I will, of course, be consulting as widely as possible about what to do. The trick is that the system has to be as simple and transparent as possible for teachers who don't want to worry about it, while still providing all the rich functionality that power-users need. My starting point is the history system in MediaWiki (here!). You don't need to know anything about it to edit pages, but the moment you do what it, it is just there, and easy to use. However, wiki pages are simpler than questions. Anyway, it's an interesting problem.--Tim Hunt 06:35, 2 October 2010 (UTC)