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.
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 .
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?
@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.
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;});
@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.