Forums
Hi,
I'm trying to create custom view for students to see all the lessons they have done in the platform and the "status" of these lessons. I was able to create following view https://dl.dropboxusercontent.com/u/64534703/result.png
Only thing missing is the Evaluated-field (similiar as in node/%/results), is it possible to add this field to custom view? I was unable to find it from Views edit-page.
Hi major,
Hi major,
Just look at the folder profiles/opigno_lms/modules/contrib/quiz/views/handlers.
There you have quiz views handlers. Just add one for you the field you want.
Look at the quiz_views_handler_field_user_quiz_state.inc for example. it gets the db field time_end. the db field you are looking for is is_evaluated
Best regards