Title: ojmsites's Replies | WordPress.org

---

# ojmsites

  [  ](https://wordpress.org/support/users/ojmsites/)

 *   [Profile](https://wordpress.org/support/users/ojmsites/)
 *   [Topics Started](https://wordpress.org/support/users/ojmsites/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ojmsites/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ojmsites/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ojmsites/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ojmsites/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ojmsites/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Survey And Quiz Tool] View Results Error](https://wordpress.org/support/topic/wp-survey-and-quiz-tool-view-results-error/)
 *  [ojmsites](https://wordpress.org/support/users/ojmsites/)
 * (@ojmsites)
 * [15 years ago](https://wordpress.org/support/topic/wp-survey-and-quiz-tool-view-results-error/#post-2071471)
 * Hello,
 * To those that are affected by this, there is a simple code fix you can do that
   I’ve got working.
 * On the effected file (you should have the path but”
    \wp-content\plugins\wp-survey-
   and-quiz-tool\pages\admin\surveys\result.total.php
 * Line 5 change to:
    `if(!empty($surveyArray['multiple'])) { foreach ( $surveyArray['
   multiple'] as $result ){`
 * Line 29 change from `}` to:
 *     ```
       }
       }else{
         echo "No Multiple Results to collate";
       } // End SurveyArray Check
       ```
   
 * All it does is check if there is no multiple results, don’t try to display them.
   Basic work around, but it does work.
 * So until the official update comes out, there is an easy fix to keep you going
   🙂

Viewing 1 replies (of 1 total)