Viewing 8 replies - 16 through 23 (of 23 total)
  • I have an update…. I think I figured out the mystery.. at least in my case.

    So.. I re-made my 25 question quiz after the update. And that solved the problem and quizzes were working fine.

    So then I was editing the Results page to my liking and then page timeout started happening again!

    After some trial and error and investigating.. I found that I had 1 typo in the result page. It was a lower case C that should have been an upper case C in the syntax of the results page.

    As soon as I corrected that, it worked fine again.

    So, in conclusion. Go through your results page with a fine tooth comb. IF you even have 1 minor error in the syntax of the Variables, then the entire results page times out.

    There is no fall back in the code for this.

    So.. Go through your results page and look for even the smallest of typos. That worked for me.

    Hope this helps
    -T

    Interesting… Here’s my results page. I don’t see anything (?)

    <span style="font-family: arial,helvetica,sans-serif; font-size: 14pt;"><b>YOUR RESULTS: You got %AMOUNT_CORRECT%/%TOTAL_QUESTIONS% questions correct for a score of %CORRECT_SCORE%%</b></span>
    
    <center><b><span style="font-family: arial,helvetica,sans-serif; font-size: 14pt;">UNIT SCORE SUMMARY</span></b></center>
    You completed this quiz in %TIMER% (seconds)
    
    You earned %CATEGORY_SCORE%UNIT 1%/CATEGORY_SCORE% % on the Unit 1 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 2%/CATEGORY_SCORE% % on the Unit 2 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 3%/CATEGORY_SCORE% % on the Unit 3 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 4%/CATEGORY_SCORE% % on the Unit 4 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 5%/CATEGORY_SCORE% % on the Unit 5 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 6%/CATEGORY_SCORE% % on the Unit 6 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 7%/CATEGORY_SCORE% % on the Unit 7 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 8%/CATEGORY_SCORE% % on the Unit 8 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 9%/CATEGORY_SCORE% % on the Unit 9 questions in this quiz.
    You earned %CATEGORY_SCORE%UNIT 10%/CATEGORY_SCORE% % on the Unit 10 questions in this quiz.
    
    <center><b><span style="font-family: arial,helvetica,sans-serif; font-size: 16pt;">SUMMARY OF QUESTIONS & ANSWERS</span></b></center>
    
    <hr />
    
    %QUESTIONS_ANSWERS%
    
    <hr />
    Thread Starter aringlein

    (@aringlein)

    I have tried making the results page just some text and I still can’t see it. I also tried creating a new test quiz after the update and embedding that in the post instead, and the results page still doesn’t load unless I am logged into my wordpress account.

    Thread Starter aringlein

    (@aringlein)

    The results page definitely worked for me in the past. Is there any way for me to install an older version of this plugin?

    Hey aringlein,

    I’ve used WP Rollback plugin to roll back versions. It seems to have worked for some of my users, but not necessarily all – this is a very tricky bug to test. Anyways, let us know how you make out/if you learn anything ??

    Hey guys,

    We definitely seem to be having a few different issues here. Vistawide, can you create your own thread so I can try to keep these issues separated to make it easier to communicate with everyone?

    trzl, the typo issue is very strange. The variables are converted using a simple string search function that shouldn’t have any issues with a change in case like that. I’ll run some tests on my test server shortly to see if I can cause a similar issue.

    aringlein, your issue is actually completely different than the issue the others are experiencing since they are experiencing timeouts where yours is simply reloading the quiz page. Where do you currently have your site hosted?

    Thread Starter aringlein

    (@aringlein)

    Currently the site is hosted on aws

    Thread Starter aringlein

    (@aringlein)

    It seems like the most recent update fixed the problem, thanks for all of the advice everyone!

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Results page not showing’ is closed to new replies.