We are new in OpenEdx platform and trying to develope XBlock to get Result Summary after every section.
We are developing XBlock which will gives Result Summary for every section which will be summary of Question Type, Question Attempted.
Here we are planning to get all questions from section and show the summary of Question Type, Correct Answer, Wrong Answer etc.
we get section_id in URI but we are unable to access those through xBlock because request is not working over there.
We are using StudioEditableXBlockMixin, Please help us to get section wise questions or is there any handler which can give current url ?