Hi I need to get the question number of a random question from a question block.
I am using the assessment extension to get 10 random questions from 20 question in a course.
Everything is working fine but I need to let the user know the question they are in. For ex: Question 3 of 10.
How can I get that information. Inside the mcq component when I log the data of the component the nth-child is always 1. I can get the list the id of the question. But how can I get the generated question block to compare ids and get the position.
Thanks