Quiz Marks

Quiz Marks

ដោយ Bruce Worthel នៅ
ចំនួនតប៖ 2

I don't want my students to know how many points a question is worth. How can I do this?

មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Bruce Worthel

Re: Quiz Marks

ដោយ Tim Hunt នៅ
រូបភាព Core developers រូបភាព Documentation writers រូបភាព Particularly helpful Moodlers រូបភាព Peer reviewers រូបភាព Plugin developers

You can't do that without hacking the code (or your theme).

In your theme, you should be able to add a style rule something like

.que .info .grade { display: none; }

(You may need to use firebug to get that exactly right.) Alternatively, in mod/quiz/locallib.php, find the line that says

        $options->marks = self::extract($quiz->reviewmarks, $when,
                self::MARK_AND_MAX, self::MAX_ONLY);

and replace MAX_ONLY with HIDDEN.

មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Tim Hunt

Re: Quiz Marks

ដោយ Bruce Worthel នៅ

Thanks Tim. I'm using 1.9.9+. I've been told that in the newest version of moodle it has been changed or is now an option.

មធ្យមភាគនៃរង្វាយតម្លៃ: -