Forums
I am trying to display course progress on the my-courses view.
ideally i would just like "Not started", "In Progress" or "Finished". These fields are available for lesson results, though obviously a course can have many lessons!
In another similar post on this forum James suggested the following:
" Now i understood you. You want to display individual students results for the required lessons a given course has.
For that i would create a new view with a block that has a contextual filter as the course. This view would lists the required quizes for that course and the current user state for that course.
After you have this view, render this view as a field view inside your main view giving it the course id.
You can also just create a php field in the main view and output what you want."
I can live with this as a solution but can't make it work.
i would create a new view with a block that has a contextual filter as the course. - I have done this
render this view as a field view inside your main view giving it the course id.
How do I GIVE the nested view the course id? I assume through the contextual filter, however nothing that i put here using replacement patterns has any effect whatsoever?
Any advice or even a different solution
many thanks in anticipation :)