Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Usability issues - Access control.

Development:Usability issues - Access control: Difference between revisions

From MoodleDocs
Line 2: Line 2:


For example, one of the issues that plagued the quiz module was where the images were stored. Understanding how and in what contexts files are stored might be helpful by looking at each activity (module).  
For example, one of the issues that plagued the quiz module was where the images were stored. Understanding how and in what contexts files are stored might be helpful by looking at each activity (module).  
{| border="1" cellpadding="5" cellspacing="0" align="center"
|+'''Comparison of the various long lists'''
|-
! style="background:#ffdead;" | ID
! style="background:#ffdead;" | Activity module
! style="background:#efefef;" | Simple / detailed uploading file (more about that [https://docs.moodle.org/en/Student_projects/Usability_issues/Upload#Conclusion here])
! style="background:#efefef;" | Place where the files are stored
! style="background:#efefef;" | Other comments
|-
| style="border-bottom:3px solid grey;" | 1
| style="border-bottom:3px solid grey;" | Quiz
| style="border-bottom:3px solid grey;" | 1. Detailed, 2. Simple
| style="border-bottom:3px solid grey;" | 1. http://localhost/file.php/2/amsterdam.jpg
|-
|}


===Quiz===
===Quiz===
Line 13: Line 29:
===Survey===
===Survey===
===Wiki===
===Wiki===


==What recommendations could we provide developers so that ultimately it seems easier for teachers to make use of the files in a variety of contexts?==
==What recommendations could we provide developers so that ultimately it seems easier for teachers to make use of the files in a variety of contexts?==

Revision as of 13:17, 12 August 2008

Where certain files could be accessed and used within Moodle

For example, one of the issues that plagued the quiz module was where the images were stored. Understanding how and in what contexts files are stored might be helpful by looking at each activity (module).

Comparison of the various long lists
ID Activity module Simple / detailed uploading file (more about that here) Place where the files are stored Other comments
1 Quiz 1. Detailed, 2. Simple 1. http://localhost/file.php/2/amsterdam.jpg

Quiz

Glossary

Chat

Choice

Forum

Assignments

Database

Lesson

Survey

Wiki

What recommendations could we provide developers so that ultimately it seems easier for teachers to make use of the files in a variety of contexts?

A lot of that has been worked out already in the description of the work to be done on File Repository API.

Forecast of any usability issues coming out of implementing the file repository api

Are there places that are not using files that could?