moodle/question
Jonathon Fowler be65ee093d MDL-60431 qtype_calculated: handle NAN and INF calculation outcomes
With significant-digits presentation mode, NAN would be formatted as
'NAN' followed by zeroes, which looks silly, and +INF would cause an
execution timeout as Moodle tries to divide +∞ by 10 until it becomes
less than 1, which can happen in a divide-by-zero situation.

Note that the user can't answer NAN or INF to any question, but at this
at least now looks consistent and also doesn't break Moodle in the case
of +INF.
2021-05-21 09:36:06 +10:00
..
amd Merge branch 'MDL-65994-master' of git://github.com/junpataleta/moodle 2019-07-25 14:49:12 +08:00
behaviour MDL-71036 phpunit: Coding style changes, 99% whitespace only 2021-03-11 23:04:32 +01:00
classes MDL-60331 questions: prevent double escaping question categories. 2021-04-28 17:30:46 +02:00
engine MDL-71030 Quiz: Add 'who' made changes in question response history 2021-04-20 09:06:15 +07:00
format MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 19:22:24 +01:00
templates MDL-62931 Questions: Escaping lang strings properly 2018-07-23 14:24:29 +10:00
tests MDL-71009 question bank: escape idnumbers when displayed 2021-02-26 12:46:32 +00:00
type MDL-60431 qtype_calculated: handle NAN and INF calculation outcomes 2021-05-21 09:36:06 +10:00
yui MDL-66109 js: Fix Shifter linting issues 2020-05-11 11:07:49 +08:00
addquestion.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
category.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
category_class.php Merge branch 'MDL-66796' of git://github.com/timhunt/moodle 2019-10-15 10:52:45 +08:00
category_form.php MDL-62708 question: Add idnumbers to question and question category 2018-09-21 12:26:24 +01:00
edit.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
editlib.php MDL-67115 core: php74 params order for implode()/join() 2020-01-19 18:47:07 +01:00
export.php MDL-36088 questions: Add new events 2019-04-29 11:16:19 +07:00
export_form.php MDL-68584 core_question: flexbox compatible separator for question types 2020-06-25 22:01:15 +02:00
exportone.php MDL-63738 question bank: a link to download a single question 2018-10-29 10:38:24 +00:00
flags.js
format.php MDL-66801 questions: XML import/export should include category idnumbers 2019-09-30 18:59:23 +01:00
import.php MDL-68265 core_question: Switch question import to request dir 2020-03-30 08:14:46 +08:00
import_form.php MDL-65605 core_question: Fix the issue when get_draft_files returns nul 2019-05-20 23:44:02 +10:00
lib.php MDL-68252 question tags: fix tag editing for missingtype questions 2020-04-24 11:26:12 +01:00
move_form.php
preview.php MDL-70094 Question: Technical info section expands if click help icon 2020-11-18 18:03:08 +07:00
previewlib.php MDL-67183 questions: get_question & get_behaviour only init if required 2020-05-19 20:52:07 +01:00
qengine.js MDL-69165 Questions: Incorrect id used in init_submit_button function 2020-07-08 10:54:24 +07:00
question.php MDL-70895 Questions: Default options when creating a question 2021-03-31 09:26:54 +01:00
renderer.php MDL-58428 renderer: Move renderer override from Question bank 2019-02-26 16:24:49 +08:00
toggleflag.php
upgrade.php
upgrade.txt MDL-68757 questions: don't do output in low-level functions 2020-05-18 20:54:27 +01:00