Bug #4412
closedInclude download link for response PDFs
0%
Description
Student responses stored in external files (PDFs) are being tracked and uploaded as part of the data file. But they are not included as part of the downloaded data.
They should appear as normal, clickable URLs for the PDFs
Updated by ben leinfelder about 15 years ago
now including a download link instead of an ecogrid:// url
Updated by ben leinfelder about 15 years ago
for the transposed data, there is a request to choose between showing the "response" and the "responsefile" depending on what data is available.
I've added the responsefile as a third "data" column so that at least the data is correctly returned but with the fear that it will result in a wide dataset
Updated by ben leinfelder about 15 years ago
from Jay:
------
I made dummy student response PDF file for three options a) one file for each student, b)one file for each items, and c) None of Above(one PDF for all items and all students).
I was successfully upload all three kinds of PDF.
Use Case Test 3-1 is used to test one file for each students.
Use Case Test 3-2 is used to test one file for each items
Use Case Test 3-3 is used to test one PDF file for all items and students.
downloaded assessment student data has all correct URL for each case. so we can close this case as complete.
Jay