Set penalty factor to zero on multiple choice questions

Set penalty factor to zero on multiple choice questions

by Jason Lea -
အကြောင်းပြန်မှု အရေအတွက်: 3
Is there a way for one to set the penalty factor to zero on a multiple choice question.
the default value is 1.
in the edit veiw of the question one is unable to edit the penalty factor, the field is locked.

help would be much appreciated

regards

ပျှမ်းမျှအဆင့်သတ်မှတ်ချက်များ: -
Jason Lea ထံသို့ အကြောင်းပြန်ရာတွင်

Re: Set penalty factor to zero on multiple choice questions

by Tim Hunt -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Peer reviewers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ
It is locked to 1 for true/false questions. Surely that is the only logical setting there.
Tim Hunt ထံသို့ အကြောင်းပြန်ရာတွင်

Re: Set penalty factor to zero on multiple choice questions

by Jason Lea -
no i realize that, either your right or wrong
Jason Lea ထံသို့ အကြောင်းပြန်ရာတွင်

Re: Set penalty factor to zero on multiple choice questions

by Tim Hunt -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Peer reviewers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ
Search for 'penalty' in http://cvs.moodle.org/moodle/question/type/edit_question_form.php?view=markup&pathrev=MOODLE_19_STABLE. You will see that the default is hard-coded to 0.1. There is special code in truefalse to override that, but nowhere else, I think.