• I have 100 question (10 per page) and my quiz is missing the right position for questions. Any ideas for help?

    • This topic was modified 1 year, 5 months ago by giokoykoy.
Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter giokoykoy

    (@giokoykoy)

    Also I am trying to buy the addon for timer from here
    https://quizandsurveymaster.com/downloads/wordpress-quiz-timer-advanced/?utm_campaign=qsm_plugin&utm_source=addon_setting&utm_medium=popular_addon&utm_content=addon-settings_advanced-timer

    And I can’t create account. I need to create account because I want invoice.

    Hi @giokoykoy ,

    As I can see that this request is related to pro users so I request you to please submit your issues on our official support channel, so we can take it up there.

    As per forum guidelines

    For support of commercial themes or plugins, go to the official support channel.
    In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.
    Forum volunteers are also not given access to commercial products, so they would not know why a commercial theme or plugin is not working properly.

    Ultimately, the vendors are responsible for supporting their commercial products.
    If you are a vendor and observe someone asking questions about your paid plugin or theme, please direct them toward your own support resources.

    Regards,
    Sumit

    Dear @giokoykoy ,

    As per the technical team, regarding the question ordering issue is now fixed and it will be available in the upcoming version of the QSM.

    As of now, you can update the following code in this file ( php/classes/class-qmn-quiz-manager.php ) Line no (795).

    $question_order = array();
    	if ( ! empty($question_ids) ) {         
    		foreach ( $question_ids as $question_id_order ) {
    			foreach ( $questions as $obj ) {
    				if ( $obj->question_id == $question_id_order ) {
    					$question_order[] = $obj;
    					break;
    				}
    			}
    		}
    	$questions = $question_order;
    }

    Please check below-given screenshot link for your reference.

    https://prnt.sc/XsfcTZQyiPUi

    Let me know if you need more help.

    Regards,
    Sumit

    Thread Starter giokoykoy

    (@giokoykoy)

    I find it in different position (line: 756) but I get error for unexpected break.
    Please see the sceesnshot https://ibb.co/Dzf6pvt

    Dear @giokoykoy ,

    It seems that you did not add the correct code which I shared in the previous conversion.

    Here is the current code that you added.

    https://nimb.ws/lrU7CW

    Please add the opening square bracket and remove that code that starts with &# and then check.

    Let me know if you still face the same issue.

    Looking forward to your reply.

    Regards,
    Sumit

    Hi @giokoykoy ,

    I wanted to follow up regarding the issue you mentioned previously. Could you please confirm if the matter has been resolved, or are you still facing the same issue?

    I greatly appreciate your time and attention to this matter. Your response will help us ensure that any outstanding concerns are addressed promptly and effectively.

    Thank you in advance for your cooperation. I look forward to hearing from you soon.

    Best regards,
    Sumit

    Thread Starter giokoykoy

    (@giokoykoy)

    I create a quiz based on php from the scratch. I couldn’t find solution with the problem from the plugin.

    Thank you for your support

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Missing the right Question Position’ is closed to new replies.