Hi All,
For the current project of mine, we have the following
requirement. Provide a Resume button which takes the student to the last
accessed course content. I know that there is a feature which stores
the last accessed courseware for a each user and course in
FieldDataCache. But I am unable to which was the course last accessed by
the student by the current data models i.e For any given course
enrolled by the student, its possible to get the last accessed content.
But how to get the last accessed course id?
Any direction on how to go about implementing this feature is welcome.
I
am currently thinking of introducing a field in student model to store
the last accessed courseId. And then accessing FieldDataCache to get
last accessed course for that content.
Any suggestions on this approach would be great.
I am working on forked eucalyptus code base .
Thanks,
Vinayak