Quizes blocked / not blocked

Home Forums Legacy Support Support queries How-to & Troubleshooting Quizes blocked / not blocked

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #196955
    david_peris
    Spectator
    Hi, In my Course I have 8 sections. In each of the first 7 sections I have one quiz (Quizes 1-7), which the student has to pass in order to proceed to the next unit. For this I have activated the Blockade of the completion of the Unit in Course page options. When the student arrives at section 8 he has to do 4 quizes (Quizes 8-11).  I need the student to do these 4 quizes always, even if he does not approve them. For example, the student has arrived to section 8 because he has passed the first 7 quizes (required). Now the student arrives to the quiz 8 and does not approve it but I need to do the questionnaires 9, 10 and 11. How can I configure this? Thanks! David
    #196956
    david_peris
    Spectator
    This reply has been marked as private.
    #197130
    Anshuman Sahu
    Keymaster
    im sorry could not understand you on this .Could you please elaborate more about this along with some screenshots or something ? Do you want to the user to jump to quizzes 9 , 10 , 11 but restrict jumping for first 7 sections ?
    #197139
    david_peris
    Spectator
    Hi, Do you want to the user to jump to quizzes 9 , 10 , 11 but restrict jumping for first 7 sections ? Yes! Example: SECTION 1 Unit 1A Quiz 1 Unit 1B (RESTRICTED ACCESS IF DON’T APPROVE THE QUIZ 1) Unit 1C SECTION 2 Unit 2A Quiz 2 Unit 2B (RESTRICTED ACCESS IF DON’T APPROVE THE QUIZ 2) Unit 2C …. SECTION 7 Unit 7A Quiz 7 Unit 7B (RESTRICTED ACCESS IF DON’T APPROVE THE QUIZ 7) Unit 7C SECTION 8 Unit 8A Quiz 8 Quiz 9 (ALTHOUGH YOU FAILED QUIZ 8, YOU CAN DO QUIZ 9) Quiz 10 (ALTHOUGH YOU FAILED QUIZ 9, YOU CAN DO QUIZ 10) Quiz 11 (ALTHOUGH YOU FAILED QUIZ 10, YOU CAN DO QUIZ 11) Unit 8B (ALTHOUGH YOU FAILED QUIZ 11, YOU CAN DO THIS UNIT) Unit 8C (ALTHOUGH YOU FAILED QUIZ 11, YOU CAN DO THIS UNIT)
    And finally,  I also need that only the quizes 8, 9, 10 and 11 are valid to obtain the course certificate. How this?   Thanks! David  
    #197338
    logan
    Member
    Hello, Yes there is a setting in wplms goto wp-admin > lms > setting > enable passing mark for quiz. Refer: http://prntscr.com/mmo1kx after this setting it will add a new setting in quiz to enable the passing mark. set passing mark for every quiz except quiz 9, 10, 11 and if user will not pass in a quiz he cant move to another one without earning upto passing mark. for quiz 9, 10, 11 do not set any passing score. only then user will be able to take this course. Note: always set a higher value in passing. suppose you want to set 33 marks for the passing score then set it as 34 marks. only then the condition will work.
    #197380
    david_peris
    Spectator
    Ok I understand. Now I need that the student only obtains the certificate, if he approves the quizes 8, 9, 10 and 11. How do I configure this? Thanks! David
    #197485
    logan
    Member
    Hello, User can earn certificates only when they complete the course. please make these quizzes either mandatory as guided in above. without taking the quiz they cant move to other. and if they do not complete the quiz they will not be able to complete the course. once course is finished and manually updated only then they can earn certificate.
    you can also include these quizzes in course evaluation. when user passes in this quiz they will earn a certificate or badge according to the passing mark.

    these Quizzes should be connected to the course only then they will be included in the passing mark and all

    Also check this setting in wp-admin > lms > settings > general setting.

    Refer this tip: https://wplms.io/support/knowledge-base/include-only-those-quizzes-in-course-evaluation-which-are-connected-to-course/

    #197510
    david_peris
    Spectator
    Ok! I understand, thanks. I attach screenshots with the correct settings. Please correct me if something is not correct. https://prnt.sc/mn5tua https://prnt.sc/mn5ucu https://prnt.sc/mn5vde https://prnt.sc/mn5vr2 One doubt about this ... The option "Force availability of questionnaires ..." must be checked?   Finally, I need the final Certificate of the student to reflect the 4 notes of exams 8, 9, 10 and 11. How can I get it? Can I get a short code for each of these notes? Thanks! David
    #197667
    logan
    Member
    Hello, Yes you can enable that setting. for the another shortcode issue, please let me know it was not available in wplms. i have written extra codes for you. Please paste this snippets in your wp-admin > plugins > editor > wplms-customizer plugin > wplms-customizer.php Or in Please add this code in your wplms-customizer.php file in wplms customizer plugin : add_shortcode('certificate_course_quizzes',function ($atts, $content = null ){ $uid=$_GET['u']; $cid=$_GET['c']; $return = ''; $quizes = bp_course_get_curriculum_quizes($cid); if(!empty($quizes)){ $x = 0; foreach ($quizes as $key => $quiz) { $course_id = get_post_meta($quiz,'vibe_quiz_course',true); if($course_id == $cid){ if(empty($x)){ $return .= '<ul class="course_quizzes">'; } $questions = bp_course_get_quiz_questions($quiz,$uid); if(is_array($questions['marks']) && isset($questions['marks'])) $max = array_sum($questions['marks']); else $max = 0; $marks = get_post_meta($quiz,$uid,true); if(empty($marks) || !is_numeric($marks)){ $marks = 0; } $return .=  '<li><label>'.get_the_title($quiz).'</label> : <span>'.$marks.'/'.$max.'</span></li>';   if(($x+1)==count($quizes)){ $return .=  '</ul>'; } $x++; } } } return $return; }); Note: use [certificate_course_quizzes] this shortcode in the certificate. Refer: http://prntscr.com/mnn24f                            http://prntscr.com/mnn3be
    #197721
    david_peris
    Spectator
    Ok, thank you so much!   Now I have two more questions: QUESTION 1 When the student arrives at a questionnaire, something strange happens... 1- The student makes his last lesson before the exam and click on GO TO THE EXAM. https://prnt.sc/mnv26j 2- The exam instructions page appears and click on START THE EXAM. https://prnt.sc/mnv2jt 3- A new page is opened in which the menu on the left with the curriculum of the course disappears and also the content of this page is the same as in the previous step (the exam instructions). https://prnt.sc/mnv2to 4- A page with only one question of the exam appears, but I have it configured so that the questions are shown in blocks of 5. https://prnt.sc/mnv32l It seems that in step 3 the student leaves the course. I want the student have always the same appearance throughout the course. Attached screenshot of another web made with WPLMS that complies with this. https://prnt.sc/mnv3fd   QUESTION 2 I have some very long exams with a timer and I would like the student to be able to stop it, save the changes and continue later where he had stayed with the remaining time left. Is it possible to configure this? Thanks!   David
    #197779
    logan
    Member
    Hello, The above condition was not available in the wplms and it comes under custom feature request. just because you are our valuable customer. i did it in a favour of good rating and comments.

    We aim to improve the usability of our customer's web-sites and we are glad to have made a contribution. If you find our information to be helpful & you wouldn’t mind leaving a review, we would really appreciate that!

    Here: https://themeforest.net/item/wplms-learning-management-system/reviews/6780226


    Now issue 1: Please refer this video tutorial : https://wplms.io/support/knowledge-base/in-course-quiz/ Your page is opening in new template as per default setting. you can open it in course curriculum. refer the above tutorial. Issue 2:  I did not understand this query. please elaborate more.
    #197806
    david_peris
    Spectator
    Hi, I understand, thanks to you. You do a great job. I have already voted for you with 5 stars :-) Issue 1 Solved, thanks. Issue 2 Yes, I give an example: The time a student has to take the Quiz "A" is 60 minutes. The Quiz "A" has 50 questions. I want the student to be able to stop the Quiz "A" and save the changes (for example in question 23 - minute 35) and be able to return the next day and continue the Quiz "A" from question 23 - minute 35. This is possible? Thanks, David
    #197958
    logan
    Member

    Hello,

    I have set the course duration for 30 days in my test setup. and save quiz is working fine.

    In 30days it will be 720 hours. so that user can finish this course quiz within 720 hours(30days).

    Here is how it works : https://screencast-o-matic.com/watch/cqnrII0f8R

    Let me know if you need any further assistance .

    Regards

    #197985
    david_peris
    Spectator
    Hi logan, I can actually save the test and this works fine, but the problem is that the timer does not stop. Here you can see how it happens: https://screencast-o-matic.com/watch/cqn3l101wf I need the timer to stop when I save quiz progress. Thanks, David
    #198091
    logan
    Member
    Hello, I am sorry this is not available as of now. it will need a lot of codes and time to fix this, we are full of query now. we will consider this in our coming updates. for now you can set time like 30 days or more so that user can finish this within time. Regards
Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Quizes blocked / not blocked’ is closed to new replies.