Forums
Hello,
Is it possible to add a view that will list all files (and their download links) uploaded by a student whenever she took a fileupload question?
Say I have a course with 10 lessons, all of which have a fileupload question. I would like to create a view so I can see on one page all the 10 file uploads by this one student.
Preferably I would also like to be able to filter the files/links by student.
Right now I have to go to each Lesson result and then look for the student, a bit troublesome since we have quite a few students, and they would not be submitting their answers (file uploads) at the same time.
Thanks! Hope the above made sense.
Gerry
Hi I have the same issues.
Hi,
It can also be done in one
Thanks for confirming and for
- List of all file uploads -- all quizzes, all courses, by all students
- Courses -- I should be able to filter by courses
- Students -- I should be able to filter by students
If I make any progress on this I will post it here.Hi picode,
Hi picode,
I suspect you will have to create a handler, because the quiz question is a content type, but the responses are not Drupal entities (Views is not aware of them). This is what you will probably have to do, let views know that each quiz question has several responses consisting of files.
Best regards
In reply to Hi picode, by James Aparicio
Sadly, yes, that was what was
Just an update on my (slow)
I wanted to use it in my