You are here

function opigno_lrs_stats_current_week_viewed_statements in Opigno TinCan API 7

Retrieve all viewed statements that happened this week

Return value

array

1 call to opigno_lrs_stats_current_week_viewed_statements()
opigno_lrs_stats_dashboard_total_number_of_page_view_json_page in modules/opigno_tincan_api_stats/includes/dashboard/dashboard.pages.inc
Display total number of page view in json (morris.js format)

File

modules/opigno_tincan_api_stats/includes/model/queries.inc, line 42
Implements functions to query statements

Code

function opigno_lrs_stats_current_week_viewed_statements() {
  return opigno_lrs_stats_filter_current_week_statements(opigno_lrs_stats_all_viewed_statements());
}