Cannot change Quiz Maximum Grade Moodle 3.5.

Cannot change Quiz Maximum Grade Moodle 3.5.

av Aviwe Foji -
Antall svar: 9

Good day, 


I am currently on Moodle 3.5 and I am struggling to change my maximum grade on a quiz. I set the Maximum Grade on site administration to 100% 




However this Moodle does not allow me to change this at quiz level: 




Is there something else I need to do on 3.5? please assist? 


Thank you smiler 

Gjennomsnittlig vurdering: -
Som svar til Aviwe Foji

Re: Cannot change Quiz Maximum Grade Moodle 3.5.

av Dafinka Miteva -

Hello,

I have the same problem with all quiz components in my course. 
Have you found a solution?

Regards

Som svar til Dafinka Miteva

Re: Cannot change Quiz Maximum Grade Moodle 3.5.

av Rick Jerz -
Bilde av Particularly helpful Moodlers Bilde av Testers

Have any students already taken the quiz?  If so, maybe this is the problem.

Som svar til Dafinka Miteva

Re: Cannot change Quiz Maximum Grade Moodle 3.5.

av Daniel Thies -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers

The config setting mentioned above only sets the default value for new quizzes. It does not affect the values for existing quizzes. In order to rescale an existing quiz, you change the max value on the question selection page.

Gjennomsnittlig vurdering:Useful (1)
Som svar til Daniel Thies

Re: Cannot change Quiz Maximum Grade Moodle 3.5.

av Rick Pagels -

I too had this problem, and found that it helped if I changed the theme from the one I'm using, Eguru, back to Clean. Then, I opened the quiz, and clicked on Edit Quiz in the Administration Block, and bingo - it allowed me to change the Maximum grade.  

Then I changed the theme back to Eguru, and sure enough - could not make any changes to the Maximum grade.  A bit of an inconvenience, to switch themes, but it worked.

Hope that helps you, as much as it helped me!

Gjennomsnittlig vurdering:Useful (3)
Som svar til Rick Pagels

Re: Cannot change Quiz Maximum Grade Moodle 3.5.

av Nithyanandan LMSACE -

Hi Rick,

 

The position of the maximum grade option is changed in the css and it is visible but hide behind the another element.

 

Remove this  css in your theme style file.

yourmoodle\theme\eguru\scss\preset\eguru.scss lines 4846 

#page-mod-quiz-edit { 

.maxgrade {
margin-top: 0;
}
.totalpoints {
margin-top: 0;
}
}

 

and clear the theme cache.

To clear cache:

Dashboard / site administration / Development / Purge all caches.

 

Click "Purge all caches" button.

 

Regars,

M.Nithyanandan

Gjennomsnittlig vurdering:Useful (1)
Som svar til Nithyanandan LMSACE

Re: Cannot change Quiz Maximum Grade Moodle 3.5.

av Joseph Rézeau -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers Bilde av Translators

Hi Nithyanandan,

Are you actually a member of the team producing the eguru theme?

Rather than providing this hack would it not be better if the "lmsace" developers took the bug reports on their github into account and fixed their bugs?

On https://github.com/lmsace/eguru/issues no less than 10 bugs have been reported in the past year and none have been answered.tankefull

 

Gjennomsnittlig vurdering:Useful (1)