프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$has_lrs | |||
$lrs_repo |
메소드 | 설명 | |
---|---|---|
__construct ( |
||
actorCount ( ) : count. | Count the number of distinct actors within LRS statements. | |
getGraphData ( DateTime $startDate = null, DateTime $endDate = null ) | ||
getStatementNumbersByDate ( DateTime $startDate = null, DateTime $endDate = null ) | Get a count of statements on each day the lrs has been active. | |
getStats ( ) | Set all stats array. | |
statementAvgCount ( ) | Using the number of days the LRS has been running with statements work out the average number of statements per day. | |
statementCount ( ) : count | Count all statements in Learning Locker |
메소드 | 설명 | |
---|---|---|
statementDays ( ) | Get a count of all the days from the first day a statement was submitted to Lrs. |
public __construct ( |
||
$lrs_repo |
public actorCount ( ) : count. | ||
리턴 | count. |
public getGraphData ( DateTime $startDate = null, DateTime $endDate = null ) | ||
$startDate | DateTime | |
$endDate | DateTime |
public getStatementNumbersByDate ( DateTime $startDate = null, DateTime $endDate = null ) | ||
$startDate | DateTime | |
$endDate | DateTime |
public statementAvgCount ( ) |
public statementCount ( ) : count | ||
리턴 | count |
protected statementDays ( ) |