Present a quiz group in 4 columns
- Boulevard du Nord
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
2 months 1 week ago #1
by Boulevard du Nord
Present a quiz group in 4 columns was created by Boulevard du Nord
Hello everyone,
I'm looking for a way to display a group of quizzes in multiple columns, like a blog page. Is this possible?
Thank you for your help.
I'm looking for a way to display a group of quizzes in multiple columns, like a blog page. Is this possible?
Thank you for your help.
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
2 months 1 week ago #2
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic Present a quiz group in 4 columns
Hello there and thank you for posting.
If I understand your request correctly, you want to show links to quizzes, or possibly the list view of quizzes in a horizontal 4 column layout.
There's currently no option to adjust that automatically.
If you want to use the quiz list menu item (or module), you can add this CSS to get the result you describe:
Let me know if that helps.
If I understand your request correctly, you want to show links to quizzes, or possibly the list view of quizzes in a horizontal 4 column layout.
There's currently no option to adjust that automatically.
If you want to use the quiz list menu item (or module), you can add this CSS to get the result you describe:
Code:
.simplequiz.quiz_list {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 0.75em;
}
Let me know if that helps.
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Please Log in or Create an account to join the conversation.
- Boulevard du Nord
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
2 months 1 week ago #3
by Boulevard du Nord
Replied by Boulevard du Nord on topic Present a quiz group in 4 columns
Hello Christopher,
Thank you for your feedback.
I will test it and get back to you here.
Best regards,
Phil
Thank you for your feedback.
I will test it and get back to you here.
Best regards,
Phil
Please Log in or Create an account to join the conversation.
Moderators: Christopher Mavros