-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.3
-
None
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
- open a new Dataform activity
- add a text field points_1
- add a text field points_2
- add another text field and name it total
- use both fields in a grid (or any other) view
- add formula without the additional blanks between brackets <div>%%F[ [total:=[ [!points1]]+[ [!_points2]]%%</div>
- open the grid view and add zero in the text field points_1 and 5 in text field points_2
- save
- result: total doesn't appear; zero is not visible, i.e., calculation is not done