Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › a few quiz issues
- This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago by H.K. Latiyan.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
February 11, 2017 at 2:17 am #94998NickParticipantHi 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 :) NikiFebruary 11, 2017 at 1:18 pm #95069H.K. LatiyanParticipant1) 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.February 12, 2017 at 1:55 am #95127NickParticipantI 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! NikiFebruary 13, 2017 at 12:53 pm #95288H.K. LatiyanParticipantFor 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.February 27, 2017 at 7:23 pm #97917NickParticipantHello, 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!@February 27, 2017 at 8:17 pm #97923NickParticipantOkay...I got it working! (phew :) )February 28, 2017 at 11:41 am #98018H.K. LatiyanParticipantThanks for the update so closing the topic. -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘a few quiz issues’ is closed to new replies.