Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed class names for org.lamsfoundation.lams.tool.mc.pojos

class name changes for org.lamsfoundation.lams.tool.mc.pojos

no major changes

changes to methods moveQuestionUp/Down and updated defitions for org.lamsfoundation.lams.tool.mc.pojos

package name fixes for org.lamsfoundation.lams.tool.mc.pojos

package name fixes

implemented methods:

public List getMcUserBySessionOnly(final McSession mcSession) throws McApplicationException;

public List getAttemptsForUser(final Long queUsrId) throws McApplicationException;

public McSession findMcSessionById(Long mcSessionId) throws McApplicationException;

public List findMcOptionNamesByQueId(Long mcQueContentId) throws McApplicationException;

added new methods:

public List getMcUserBySessionOnly(final McSession mcSession) throws McApplicationException;

public List getAttemptsForUser(final Long queUsrId) throws McApplicationException;

public McSession findMcSessionById(Long mcSessionId) throws McApplicationException;

public List findMcOptionNamesByQueId(Long mcQueContentId) throws McApplicationException;

moved all the existing pojos under this package for better maintainability

    • -0
    • +485
    ./java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java
    • -0
    • +151
    ./java/org/lamsfoundation/lams/tool/mc/pojos/McQueUsr.java
    • -0
    • +190
    ./java/org/lamsfoundation/lams/tool/mc/pojos/McSession.java
updated package definitions for the updated package name org.lamsfoundation.lams.tool.mc.pojos.

added new method public List getAttemptsForUser(final Long queUsrId)

added new method: public List getMcUserBySessionOnly(final McSession mcSession)

added new method: public List findMcOptionNamesByQueId(Long mcQueContentId)

updated package names for org.lamsfoundation.lams.tool.mc.pojos.

fixed package name for org.lamsfoundation.lams.tool.mc.pojos.

moved this file under pojo/

fixed redundant code in method equals()

updated class names for the package name .pojos.

more resource definitions in relation to monitoring module

updated class nemes for the package name .pojos.

    • -138
    • +0
    ./java/org/lamsfoundation/lams/tool/mc/McQueUsr.java
a new DTO that works with McMonitoredAnswersDTO to holdsusers attempt data

a new DTO class to hold question and candidate answers content as well as attempt history of the users

updated class names for org.lamsfoundation.lams.tool.mc.pojos.

a new util class to hold all monitoring related utility methods together such as populateToolSessions.

made changes so that tool session information get populated and a list to hold sessions' group data is created for presentation purposes.

added variable isToolSessionChanged

formatting changes, removed logger entries etc

just formatting chages

just formatting changes

updated author name