• Resolved ivorysoluciones

    (@ivorysoluciones)


    I want create a Quiz with 30 question. All answers are yes or not .
    Yes = 1 point
    No = 0 point

    Results:
    < 5 poitns = Personality A
    5-10 poitns = Personality B
    > 10 poitns = Personality C

    Is it possible with Forminator?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @ivorysoluciones

    I hope you are doing good today.

    It will be not possible with the Quiz module, but you can use the Form module, and based on conditional logic and Calculation you can show different HTML fields which will show different Personality descriptions:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#html-field

    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#calculations-field

    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#forminator-fields -> Conditional Logic section.

    Example:
    1. you create multiple radiobuttons (the label will be your question and values will be YES and NO + in Calculations tab of that radiobutton you set up YES as 1 and NO as 0)

    2. you create Calculations field and in Calculations tab of that field you set up {radio-1}+{radio-2}+{radio-3}+ etc depend on how many questions you have (radiobuttons)

    3. you create 3 HTML fields and each of those will have its own Personality descriptions

    4. Later on, in the Visibility tab of each HTML field you set up this:

    HTML 1
    – SHOW/ALL
    – ADD RULE
    – Field -> Calculations
    – Condition (required) -> Is Less -> 5

    HTML 2
    – SHOW/ANY
    – ADD RULE
    – Field -> Calculations
    – Condition (required) -> Is -> 5
    – ADD RULE
    – Field -> Calculations
    – Condition (required) -> Is -> 10
    – ADD RULE
    – Field -> Calculations
    – Condition (required) -> Is less -> 10
    – ADD RULE
    – Field -> Calculations
    – Condition (required) -> Is great-> 5

    HTML 3
    – SHOW/ALL
    – ADD RULE
    – Field -> Calculations
    – Condition (required) -> Is great-> 10

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ivorysoluciones ,

    We haven’t heard from you for a while now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

    Thread Starter ivorysoluciones

    (@ivorysoluciones)

    Hi,

    I tried it. You see in https://demos.ivorysoluciones.com/pruebas/index.php/autodx/

    HTML 1 and 2 are alway visible
    And calculation field too.

    This it not correctly

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @ivorysoluciones

    Thanks for response!

    As for calcuation field, please edit it and in its settings in “Setting” tab check the checkbox for “Hidden” under the “Field Type”. Once you apply change and update the form, the calculation field will no longer be visible (although it will work).

    As for HTML 1 and 2 being visible, I would need to check the form directly. In case of such forms it’s usually a matter of some tiny “glitch” in visibility logic settings but I can’t tell without test it.

    As each form can be exported from the plugin, could you export that form and upload export file to your Google Drive, Dropbox or similar service and share direct link to it in response here?

    We could then import it on our end and double-check everything (calculations, field settings/visibility conditions).

    Best regards,
    Adam

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ivorysoluciones

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Patrick Freitas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Quiz with 3 personalities and two answers’ is closed to new replies.