xAPI-vle / moodle-logstore_xapi

A Moodle plugin to send xAPI statements to an LRS using events in the Moodle logstore.
GNU General Public License v3.0
75 stars 85 forks source link

LMS-2940 logstore_xapi: add a day when datefrom and dateto is equal. #765

Closed lzabo closed 4 years ago

lzabo commented 4 years ago

Description Add an extra day to Dateto selector when Datefrom and Dateto is equal.

Related Issues LMS-2940

PR Type Fix

gordonmacqueen-lp commented 4 years ago

Perhaps we should change to a date time selector, to allow fine grained control https://docs.moodle.org/dev/lib/formslib.php_Form_Definition#date_time_selector

From the spec (4.3):

  • A start date/time field, which will only return events that occurred on or after the specified date/time
  • An end date/time field, which will only return events that occurred on or before the specified date/time