Home › Forums › Legacy Support › Support queries › Setup issues › survey quizz result shortcode
Tagged: survey
- This topic has 12 replies, 3 voices, and was last updated 7 years, 3 months ago by Anshuman Sahu.
Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
July 2, 2017 at 3:10 am #119176edubravoSpectatorHello, I've followed the video tutorial to create a survey quizz and display conditional messages based on result (using the survey result shortcode) in my quizz all questions are survey type and all questions have a mark set to 1. however i have the following issue:
- in the results, the option number is shown instead of the selected answer
there is no mark attributed to the questions (should be option number x 1)
due to point 2, no conditional message is displayed after quizz submission.
can you offer any help?
July 3, 2017 at 2:13 pm #119360Anshuman SahuKeymasterPlease make sure that you have set the survey quiz to be auto evaluated in quiz settings . Also check the shortcode .Remove "quiz_id" and user_id params from the shortcode . http://prntscr.com/fr3iaiJuly 4, 2017 at 5:03 am #119405edubravoSpectatorRemoving "quiz_id" and user_id params from the shortcode did the trick and my msg are now displaying. You should make this clearer in your documentation, especially in the video. however i still have an issue with survey questions: If the answers contain text (not just a number) then it will always show a mark of 0. If the answer only contains one number then the mark is calculated properly. It looks like the question score is calculated by multiplying the answer text field x the mark instead of multiplying the answer option ID. Please confirmJuly 4, 2017 at 10:00 am #119453Anshuman SahuKeymaster"quiz_id" and user_id params --- Actually this is a bug in shortcode generater popup . adding to issue log : https://trello.com/c/JKVZaZS8 Yup you are right it multiplies the marked choice and hence it will not work with text type options .July 4, 2017 at 12:38 pm #119497edubravoSpectatorHi, Any reasons or plans to change this to multiple the meta_key instead (field number)? it is a bit silly not to be able to use text in survey answers. Would be great if you could provide the code to change in order to make this work. i believe it is in bp_course_fuctions.php line 1335.July 4, 2017 at 12:39 pm #119498edubravoSpectatorsorry line 1342July 5, 2017 at 10:11 am #119622Anshuman SahuKeymasterWell at that time there we received request for this one particular use case only ,so we developed it . This is the first time we have encountered another use case,so can you please create a feature request for this here .July 6, 2017 at 2:14 am #119721edubravoSpectatorAlso the output of the quizz shortcode is not shown after the quiz is completed unless i reload the page. I am using the fullscreen course status.July 6, 2017 at 10:09 am #119780Anshuman SahuKeymasterWell that will only show in the single quiz also . On course status it will not work properly . If you want to make it work then please provide the quiz_id param in the shortcode .July 7, 2017 at 4:54 am #119891edubravoSpectatorhello, Even with the quiz-Id parameter it does not display the quiz result shortcode UNLESS i refresh the page. I believe this is due to the full screen mode, the pages are loading using ajax, therefore it doesn't fetch the results. You really need to fix all those little issue to make WPLMS into a professional platform, you have some great features but it sometimes feels like they are not fully tested. Please provide a solution. regards,July 7, 2017 at 1:28 pm #120010Anshuman SahuKeymasterIm sorry I just checked that in code it is the id param instead of quiz_id. Please provide quiz id in id param of shortcode. refer : http://prntscr.com/fssxrbAugust 3, 2017 at 1:00 pm #123417NicolayLegangerSpectatorI surely wish you would develop the survey quizz!August 4, 2017 at 1:54 pm #123580Anshuman SahuKeymasterAdding to planned features .Will be working on it. track : https://trello.com/c/Lrt0nUdM -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)
- The topic ‘survey quizz result shortcode’ is closed to new replies.