Try our conversational search powered by Generative AI!

create a quiz and results in CMS

Vote:
 

The ability to create a quiz and give results within the CMS

#246690
Jan 12, 2021 15:42
Vote:
 

Is this a question or a feature request?

#246692
Edited, Jan 12, 2021 16:59
Praful Jangid - Jan 12, 2021 17:01
Hey Chris (C#), happy to see you here.
Vote:
 

On a highlevel idea, you can follow these steps

  1. Create a page type to render your quiz on front end (as a form).
  2. On submission, hitting a controller action. Within this action you can get the quiz result.
  3. After than (within the same controller action) you can create result item with in CMS using IContentRepository.
  4. That results can be show on frontend page. That page may have limited access. you can check that based on login into cms (min efforts).

Everything possible in Episerver CMS, it's highely customizable. :)

#246693
Jan 12, 2021 17:00
Vote:
 

Thank you for the suggestions. 
Looking for more like an add-on/existing feature. 

#246729
Jan 13, 2021 7:40
Praful Jangid - Jan 13, 2021 8:55
You can start from here, here is some implementation using Episerver forms to build demo quiz
https://devblog.gosso.se/2017/10/customizing-episerver-forms-with-client-events-build-a-quiz/
Vote:
 

Hi Yadhavi,

There is no out-of-box implementation for this for now. You have to develop it on your own.

#246734
Jan 13, 2021 8:19
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.