By millo on
Hi,
I need to know if Drupal can do this ...
I need to be able to create educational course modules. For each module, as an administrator I will need to be able to add various educational videos and documents for download by the student, but these downloadable items are only available to a student once they've paid for that particular course module via paypal. Once paid for via paypal then the user will have a limited time (configurable) to download the items available for that module.
Any ideas?
Thanks,
M
Comments
_
yep you should be able to do this no problem. I'd probably start with the ubercart or commerce modules, but alternatively you should be able to do it with the rules module (using a role that expires after a certain period of time) and one of the paypal modules. You'll want to be sure to use a 'private' file field for the files (in order to limit access via node access permissions).