kante / Tangra

Tangra: A web-based tool for administering research studies and tracking participant progress.
1 stars 0 forks source link

user studies can't have separate media (css, js, image) folders #7

Open kante opened 12 years ago

kante commented 12 years ago

To clarify, it isn't possible for a user who is creating a study in

/tangra_root/portal/user_studies/my_new_study

to have css, image, media, misc directories like:

/tangra_root/portal/user_studies/my_new_study/stages/first_stage/css/ /tangra_root/portal/user_studies/my_new_study/stages/first_stage/images/

This would be very useful for a user so they can design their template.html using local paths, but I'm not sure where to put these files and how to respect those local paths after they are put into the Tangra system using the study builder

kante commented 10 years ago

The use of the static study directory needs to be documented.