Hi, bros,
here's my question.
I have 5 quiz categories, each of them contain 5 quizzes (25 quizzes totally).
I want to create:
1. A page with 5 big buttons (quiz categories), each these buttons should be linked to one of 5 other pages.
2. Each of these 5 pages should contain new 5 big buttons; each of these buttons should be linked to one of 5 quizzes of chosen category.
Also I want to create separate menu for quizzzes (each menu item should be linked to separate quiz)
Thus I need a direct links to each quiz (and quiz category as a plus).
How to generate these links?
I suppose, it should be something like this:
www.bla-bla-bla.com/index.php?....[quizId=N]...
Thanks!