A couple of Issues

Home Forums Legacy Support Support queries How-to & Troubleshooting A couple of Issues

Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • #79156
    Anshuman Sahu
    Keymaster
    1. quiz passing score : we are currently working on this .will be fixing it and will release an update for the same . track : https://trello.com/c/mSgg3PqW 2. Well for this please delete the profile fields from wp-admin -> users -> profile fields .
    #79368
    MrVibe
    Keymaster
    The issues have been resolved. The update will be available next week. Thanks for patience.
    #79699
    orangesnowman
    Participant
    1.Want to remove MEMBERS. You should not see the users of the site or be able to in any way interact with them. https://www.dropbox.com/s/929cn365oatfhfx/remove%20members.jpg   2. Want to remove ACTIVITY. Again, users should not be able to post comments or updates. https://www.dropbox.com/s/eo1oxn66zr3twkn/remove%20activity.jpg   3. Want to remove Reviews. https://www.dropbox.com/s/o5i6ld4n6m2469w/remove%20reviews.jpg 4. Want to remove CHANGE PROFILE PHOTO https://www.dropbox.com/s/y0kck31y9gf3p5r/remove%20chenge%20profile.jpg 5. Want to remove CHANGE COVER PHOTO https://www.dropbox.com/s/ypwmjmd4gul55cc/remove%20change%20cover.jpg 6. Quiz 4  will not grade my marked answers. As you can see I marked the answers on the quiz and checked the results. It shows my marked answers but no check or x. It gave me 0/20 and no option to retake. When I refresh, it forwards me to Video 5 not knowing what I got right or wrong. https://www.dropbox.com/s/p2nwocjf5ol8k64/quiz%204.jpg 7. Here is a major problem. For the Final Quiz, all of the answers were already marked! I did not have to take it at all. It just kept all of my answers that I already marked on each previous module quiz. The troubling part is that it kept my UNGRADED Module 4 Quiz so I only got 110/133...and it still sent me a Certificate of Completion. No Certificate should be sent to the user until 100% is achieved. The user should be able to retake the Final Quiz until 100% is achieved. Then the Certificate should be sent. https://www.dropbox.com/s/uo0vcrjakslonvc/final%20quiz.jpg  
    #79950
    Anshuman Sahu
    Keymaster
    1. & 2. You can choose which tab to show to which user from wp-admin -> lms -> settings: http://prntscr.com/d7kw96 3. edit your product and disable the reviews from advanced tab in it : http://prntscr.com/d7kyn9 4. & 5. Try adding the given code in your wplms-customizer.php file in wplms customizer plugin : add_action( 'bp_init', 'bp_remove_nav_item' ); function bp_remove_nav_item() {     global $bp;     bp_core_remove_subnav_item( $bp->profile->slug, 'change-cover-image' ); bp_core_remove_subnav_item( $bp->profile->slug, 'change-avatar' );   } 6. check if your quiz is auto evaluated or not in quiz settings : http://prntscr.com/d7l2lh Please also check : https://wplms.io/support/knowledge-base/auto-evaluate-quiz-not-working/ 7. Okay you need to make sure that your students are submitting their quizzes properly or not .if any quiz left un-submitted then this issue can appear .
    #80237
    orangesnowman
    Participant
    Thanks for the reply. I will implement these and check.  
    7. Okay you need to make sure that your students are submitting their quizzes properly or not .if any quiz left un-submitted then this issue can appear .
    What do you mean by properly? I will like to mention that "Final quiz is nothing but all the questions in Modules put together" So, When student takes final quiz, All questions are loaded marked. The answers marked are answers which the student had given in Module exams. e.g. If student answered True for Q 1 in Module 2, The same question will reappear in FInal exam and it will appear marked as true. Hope I am making it clear.
    #80243
    orangesnowman
    Participant
    Certificate of Completion - The FIRST name of the user is currently going on the Certificate but NOT the last name..?? Please make the FIRST and LAST name appear on the Certificate.
    #80452
    1. Are you using the shortcode question in the units and using the same questions in the final exam ? If yes, then this was very recently marked as a bug and it has been resolved for our next update. 2. To print information from any custom field, like first name, last name, age, sex, etc etc.. you can use this shortcode : [certificate_student_field field="First name"] [certificate_student_field field="Last name"] [certificate_student_field field="Age"] Note that the field name should be exact. Let me know if this helps.
    #80481
    orangesnowman
    Participant
    [certificate_student_field field="First name"] [certificate_student_field field="Last name"] DO I use this ditto or Do I need to make any changes?
    #80667
    If your fields are last name and first name. You can use this as it is.
    #82274
    orangesnowman
    Participant
    Hello, When is the update going to be available?
    #82281
    WPLMS update 2.4 will be available in the coming day or two. #Cheers!
    #82347
    orangesnowman
    Participant
    The FIRST name of the user is currently going on the Certificate but NOT the last name..?? Please let me know how to make the FIRST and LAST name appear on the Certificate.
    #82348
    orangesnowman
    Participant
    2. To print information from any custom field, like first name, last name, age, sex, etc etc.. you can use this shortcode : [certificate_student_field field="First name"] [certificate_student_field field="Last name"] [certificate_student_field field="Age"] I am having difficulties implementing this. As you can see from screenshot, I only see one field for name. What do I need to do to have first name & last name shortcodes?
    #82487
    H.K. Latiyan
    Participant
    The shortcode works fine refer: http://prntscr.com/dd8nyw Please try clearing the cache and then add the shortcode properly and save the changes. Also make sure it is case sensitive, so the first name and last name field should match. p.s : Since this is a new issue please create a new topic, we have to go through several responses to understand the state of the topic which consumes a lot of time which could have been easily avoided. Closing topic.
Viewing 14 posts - 31 through 44 (of 44 total)
  • The topic ‘A couple of Issues’ is closed to new replies.