a few quiz issues

Home Forums Legacy Support Support queries How-to & Troubleshooting a few quiz issues

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #94998
    Nick
    Participant
    Hi there, I am having a few issues with the quiz - and then in addition I have some functionality questions about it as well. first - the issues I'm having: 1. as others have mentioned in the forum - the quiz is not giving marks for correct answers - so the answer is right, everything is set to auto-evaluate - but the marks are zero. 2. The question titles are not even displaying, so I can see the multiple choice answers that the user can select from - but there is no text for the question.  I have checked the source code, and it is not there either. this screen grab shows both issues (no titles and no marks for correct answers) https://www.dropbox.com/s/qb3x8o6ld3jaotk/no-titles.jpg?dl=0 a question about the function of the quiz: When the user starts the quiz, it takes them to a blank page and then they need to click a second time to start the quiz.  https://www.dropbox.com/s/5zc7xhqbvis16dr/blank-page.jpg?dl=0 Is there a way to go directly to the quiz with questions when someone clicks on t"next quiz" ? And also - at the end of the quiz, I do not want the user to have the option to check results, the only reason we have a quiz is to be able to auto-awards course marks, so that the system automatically gives a certificate.  So when they user is done with the questions, I would like the only option to be "finish course" if possible. thank you for your help :) Niki  
    #95069
    H.K. Latiyan
    Participant
    1) Actually this issue is related to your second issue. You are writing the question in the question title which is wrong. The question must be set in the question description area. Then only the question will be set and for answers there is separate are, refer: http://prntscr.com/e7crve 2) As mentioned above you are not setting the question in right place that's why its not showing. ----------------- When you click on next quiz button then it takes you to the quiz and then only you can start it, it cannot be changed as of now. ----------------- Yes check results button can be hidden, please let me know if you are using single quiz page for quiz or the in-course quiz, then I can provide you the css to hide the check results button.
    #95127
    Nick
    Participant
    I am using in-course quiz :) I know you say that the blank screen cannot be skipped right now, but would it be a large task if we hired a php programmer to make this happen?   thanks! Niki
    #95288
    H.K. Latiyan
    Participant
    For hiding the check results button add the bellow css in your appearance->customize->custom cs: .page-template-start .unit_prevnext .quiz_results_popup {display:none;} ----------------- Its not a very large task, its a small task to skip the start quiz button.
    #97917
    Nick
    Participant
    Hello,  Okay - I am truly trying to make this work so that a student can get a certificate...I have changed the quiz to be one single question - true/false...The course is set to auto-evaluate, and there is a certificate attached to the course. I did the course/quiz as a student profile... Then, once completed - it shows that the student has completed and been evaluated.  But it does not show a certificate in that student profile...How do I get the certificate to the student - I am literally pulling my hair out to make this work!@
    #97923
    Nick
    Participant
    Okay...I got it working! (phew :) )
    #98018
    H.K. Latiyan
    Participant
    Thanks for the update so closing the topic.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘a few quiz issues’ is closed to new replies.