How to translate this to a quiz

Home Forums Legacy Support Support queries Translation issues How to translate this to a quiz

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #94360
    frankdage
    Spectator
    Hello, so I have a quiz or questions, basically english questions which has a reading aspect, so you read the comprehension then you answer the questions, It also has other sections I mean aside the comprehension. I am asking how do I go about this, this is actually going to be a standalone practice quiz.
    #94533
    Anshuman Sahu
    Keymaster
    Well standalone quiz loads one question per at a time .Therefore i would recommend you create course and add the quiz in it so that the quiz can be done in In-course quiz mode .I recommend that becoz in course quiz shows all question on single page ,therefore you can put your short story in 1st question and student can see all the questions and short story on one page .
    #112463
    jackal
    Spectator
    Hi! I have tried to apply WPLMS quiz on real test for English course! It doesn't make sense at all! For example I have one question with ten multiple fill blanks! I can create a question with multiple blanks but the student should but them all correct to get the mark! if he solved all of them correctly except one he will fail! If I want to make it one by one, that mean I have to create ten different question with single blank for each to be able to give marks for them! Is there is an option to give marks based on the number of correct answers?
    #112686
    MrVibe
    Keymaster
    @anasmokayed : There is way, but it is not activated in the code. Because, lets say there are 10 fill blanks then the marks for this question should be 10, 20, 30 .. multiples of 10. This is because everything in WPLMS is handled as integers. If you want we can add to planned requests.
    #112687
    MrVibe
    Keymaster
    Add this code in WP Admin - apperance - editor - functions.php and it will be activated : add_filter('bp_course_evaluate_question_partial_marking',function($flag){return 1;});
    #112688
    MrVibe
    Keymaster
    @anasmokayed : Please create a new topic for your requests. https://vibethemes.com/documentation/wplms/knowledge-base/how-to-create-a-support-topic-in-new-wplms-forums/ @frankdage : Please let us know if the issue is not resolved.   Closing topic.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to translate this to a quiz’ is closed to new replies.