Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Grade calculations.

Talk:Grade calculations: Difference between revisions

From MoodleDocs
No edit summary
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
I tried to improve this page providing explanations of the examples, generalize the content, correct some minor errors.
I tried to improve this page providing explanations of the examples, generalize the content, correct some minor errors.
As of october 2018 there is no more 'Categories and items' to click in Grades. Also, the image  https://docs.moodle.org/38/en/images_en/6/68/neweditcalculation.png is outdated. Probably https://docs.moodle.org/38/en/Grade_calculations#Setting_a_grade_calculation should be rewritten.
As of october 2018 there is no more 'Categories and items' to click in Grades. Also, the image  https://docs.moodle.org/38/en/images_en/6/68/neweditcalculation.png is outdated. Probably https://docs.moodle.org/38/en/Grade_calculations#Setting_a_grade_calculation should be rewritten.
I wanted to add the exactly same comment.
Click the 'Categories and items'  is not even a proper phrase IMHO.
[[User:Luca Bösch|Luca Bösch]] ([[User talk:Luca Bösch|talk]]) 12:24, 12 April 2019 (UTC)
I have discovered through trial and error that if the condition in a grade calculation includes an equals sign / comparison operator, it must be double.
For example, =IF([[A1]]==10, 10, 0) is a valid calculation, but =IF([[A1]]=10, 10, 0) is not.
Furthermore, functions can be written in uppercase or lowercase letters.
--[[User:Richard Samson|Richard Samson]] ([[User talk:Richard Samson|talk]]) 11:27, 17 October 2019 (UTC)
I've seen on the document attached to MDL-64414 that these are the supported comparison operators :
• greater, using (>) character
• greater or equal, usign (>=) characters
• less, using (<) character,
• less than, using (<=) characters
• equal, using (==) characters
https://tracker.moodle.org/secure/attachment/66195/Documentation%20in%20the%20Wiki.docx
It seems like the idea was to bring that documentation to the wiki but nobody did it.
A month ago I just noted that functionality and added some examples but it makes sense to copy that full document here, doesn't it?
Iñigo, you are right. Will you include the documentation in the page?
--[[User:Richard Samson|Richard Samson]] ([[User talk:Richard Samson|talk]]) 13:32, 18 October 2019 (UTC)

Latest revision as of 13:32, 18 October 2019

I tried to improve this page providing explanations of the examples, generalize the content, correct some minor errors.

As of october 2018 there is no more 'Categories and items' to click in Grades. Also, the image https://docs.moodle.org/38/en/images_en/6/68/neweditcalculation.png is outdated. Probably https://docs.moodle.org/38/en/Grade_calculations#Setting_a_grade_calculation should be rewritten.

I wanted to add the exactly same comment. Click the 'Categories and items' is not even a proper phrase IMHO.

Luca Bösch (talk) 12:24, 12 April 2019 (UTC)

I have discovered through trial and error that if the condition in a grade calculation includes an equals sign / comparison operator, it must be double.

For example, =IF(A1==10, 10, 0) is a valid calculation, but =IF(A1=10, 10, 0) is not.

Furthermore, functions can be written in uppercase or lowercase letters.

--Richard Samson (talk) 11:27, 17 October 2019 (UTC)

I've seen on the document attached to MDL-64414 that these are the supported comparison operators : • greater, using (>) character • greater or equal, usign (>=) characters • less, using (<) character, • less than, using (<=) characters • equal, using (==) characters

https://tracker.moodle.org/secure/attachment/66195/Documentation%20in%20the%20Wiki.docx

It seems like the idea was to bring that documentation to the wiki but nobody did it.

A month ago I just noted that functionality and added some examples but it makes sense to copy that full document here, doesn't it?

Iñigo, you are right. Will you include the documentation in the page?

--Richard Samson (talk) 13:32, 18 October 2019 (UTC)