Partial marking of a Qestion

Home Forums Legacy Support Support queries Setup issues Partial marking of a Qestion

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #241360
    ArtevoDesign
    Participant
    Hello! Could you help me please with an issue that I have using WPLMS Qestions? I'm wondering how to design a "Fill in the blank" type Qestion to be partialy marked according to a varying answer. The answer can be a simple one (marked with 1 point) or a complex one (marked with 2 points). PS: the Question cannot be split in two. regards!
    #241362
    ArtevoDesign
    Participant
    ... Sorry! Here's the attachments regarding my issue: https://drive.google.com/open?id=1ZPdl-xJu3bS5RsJnOgQfccy0V3COD01b
    #241409
    Veronica
    Moderator
    hi, "simple one (marked with 1 point) or a complex one (marked with 2 points)." with this I have understood that you want according to your answer based on the complexity it assigns the marks automatically! if i am able to understand it in the right manner then sorry it's not available you can simply create a question and assign the marks manually which you have already done. so what's the issue you are facing besides it?
    #241435
    ArtevoDesign
    Participant
    Hi Veronica! Yes, a question has 2 correct answers marked with different scores (1, respectively 2 points) and I would need to be registered any of the scores that the user is entering. After reading your support forum, I think a posible solution might be using "custom fields". Is this right? This is the only issue that I have so far. Regards!
    #241543
    Veronica
    Moderator

    refer topic. :https://wplms.io/support/forums/topic/partial-marking

    setting is in wp-admin >> lms >> settings. refer: http://prntscr.com/qxw91a
    #241580
    ArtevoDesign
    Participant
    Hi again Veronica! Could tell me please what you think Mr.Vibe meant to say here? Especially in the first sentence. I have added a filter which would not support partial marking. Note that the partial marking would require you to enter the marks in integers. Like if a question with fillblanks has 12 fill blanks, you must set the marks for this question in multiples of 12. add_filter('bp_course_evaluate_question_partial_marking',function($flag){return 1;});   Regards!
    #241645
    Veronica
    Moderator
    if there is 12 questions of 1 marks each then 12*1 = 12 partial marking cant be in fractions or in floating-point. it should be an integer value.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Partial marking of a Qestion’ is closed to new replies.