moodleou / moodle-report_embedquestion

Work in progress. Do not use yet.
1 stars 4 forks source link

Navigation on some report pages need improving - Filters and Breadcrumbs #16

Open pkgh opened 2 years ago

pkgh commented 2 years ago

report/embedquestion/activity.php page in some views lacks a filtering option or filter-resetting option.

Also, the breadcrumbs follow the course sections path instead of linking up to the embedded questions progress report page.

The view shown below appears when

2022-09-18 , 13_53_40 - Embedded question progress for Strona z pytaniem osadzonym - MC działa tu dobrze! — Mozilla Firefox

There is no easy way to go back to the embed reports page:

2022-09-18 , 14_01_40 - Embedded question progress for Strona z pytaniem osadzonym - MC działa tu dobrze! — Mozilla Firefox

A simple link like to /report/embedquestion/index.php?courseid=$course_id might suffice. I could not easily find the course id variable on the activity.php page. Ideally, maybe we want the proper complete filtering to show all the time as on the main reports index.php page , e.g. /report/embedquestion/index.php?courseid=2&locationids=1383

I also think breadcrumbs could also be improved on the summary attempt page itself:

2022-09-18 , 14_13_03 - Embedded question progress for Strona z pytaniem osadzonym - MC działa tu dobrze! — Mozilla Firefox

As well as on attempt detail view page ( /report/embedquestion/attemptdetail.php ) , e.g.

2022-09-18 , 14_16_12 - Attempt detail view — Mozilla Firefox

(Sorry for all thy typos in the screenshot annotations.)