lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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.

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.

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

Add new method to write URL to OutputStream.

removed QaMonitoringStarterAction and replace it with QaMonitoringAction.unspecified()

refactored Dispatch Actions in Monitoring interface

    • -13
    • +34
    /lams_tool_laqa/web/monitoringReport.jsp
added retrieveQaQueContentsByToolContentId()

Upgrade to version 2.2

  1. … 131 more files in changeset.
corrected the servlet mapping url pattern added the simpleUploaderServlet (used when uploading images to server, but currently not used on our tool authoring pages)

    • -0
    • +46
    /lams_central/conf/xdoclet/servlets.xml
fixed up testCreateToolSessionDefaultContentMissing test case. after removing default content, it will restore the right default content with the default content id that was assigned to it initially

fixed up testCopyToolContentWithDefaultContentMissing test case. after removing default content, it will restore the right default content with the default content id that was assigned to it initially