Skip Navigation

[Resolved] Create a quiz with multiple choice questions

This thread is resolved. Here is a description of the problem and solution.

Problem:
Create a quiz with multiple choice questions

Solution:
You should create post types to store your questions and answers where answers should be the child of questions having one custom field that denotes

You can find the proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/create-a-quiz-with-multiple-choice-questions/#post-1110518

Relevant Documentation:
=> https://toolset.com/documentation/user-guides/getting-starting-with-types/#create-custom-post-types-from-the-toolset-dashboard
=> https://toolset.com/documentation/post-relationships/

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 7.13 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Author
Posts
#1109463

Hi,

We have a requirements to make 30 multiple choice quiz, the answer for each quiz it will appear on a separate wordpress page, how we can accomplish this with toolset.

Thanks,

#1110518

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - This is a broad idea but yes, you can accomplish it with Toolset.

1) Use Types create custom post types and build post relationship as required and use custom fields as required
Where:
You should create post types to store your questions and answers where answers should be the child of questions having one custom field that denotes

=> https://toolset.com/documentation/user-guides/getting-starting-with-types/#create-custom-post-types-from-the-toolset-dashboard
=> https://toolset.com/documentation/post-relationships/

2) Use Toolset build front-end form for each quiz, where user can fill their answers
Where:
User will be able to submit their answers

=> https://toolset.com/documentation/user-guides/learn-what-you-can-do-with-cred/

3) Use view to display your quiz and answers
Where:
Used to display the result page
=> https://toolset.com/documentation/getting-started-with-toolset/create-and-display-custom-lists-of-content/

I suggest you should use our test platform http://www.discover-wp.com and use one of the reference site and try and play with it to have more idea.
=> https://toolset.com/faq/how-and-why-to-create-a-test-site-in-discover-wp/

Even you can use framework installer that will help you to download and install any available reference sites on your local test install.
=> https://toolset.com/documentation/user-guides/using-framework-installer-to-install-reference-sites/

#1110714

Thanks for the support and help.