I'm not sure whether this question is duplicated or not, I may not know how to look right.
Anyway, I'm developing a question and answer system (which is already ready) and I'm going to make a page just for exercises with this system.
So far so good, is to go on the page and do the exercises. However, in the classes part, you have the option to "do exercises" of that particular class, so I can not simply direct this "doing exercises" of a certain class just to the exercises page, I have to develop a method to open the div / part corresponding to the year.
Example: When you click do clip-path exercise: polygon () should open the other page with this clip-path exercise: polygon () already open.
Does anyone have any ideas?