lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new methods calculateTotalNumberOfUsers getSessionIdsFromContent getNumberOfUsersInSession Which is used to generate the statistics in the monitoring environment

implementation of get number of users in session

implementation of new method getSessionsFromContent

new method get number of users in session, used for statistics section in monitoring

new method getSessionsFrom content which is used in the service layer to calculate the number of users in a session

new constants TOTAL_LEARNERS and GROUP_STATS_MAP, used in statistics in monitoring environment

no longer needed, replaced by other jsps

    • -27
    • +0
    ./web/includes/nbInstructionsContent.jsp
this isnt used anymore

replaced by m_Summary.jsp

replaced by m_Statistics.jsp

replaced by a_Instructions.jsp

replaced by a_Basic.jsp

replaced with a_Advanced.jsp

replaced by m_Instructions.jsp

replaced by m_EditActivity.jsp

replaced by authoringIndex.jsp

Now merged into one file called NbWebUtil

the one utility class for noticeboard. NbAuthoringUtil, NbMonitoringUtil and NbLearningUtil has merged into this one class

all utility functions are now in the one class NbWebUtil instead of having a separate util class for each environmnent (authoring monitoring and learner)

instead of setting defineLater to true all the time, it now only sets to true when its called from monitoring environment via edit activity tab

changed the url

changed the form action path (removed the preceding /tool/nb)

summary page for monitoring environment, used to be called nbSummary.jsp

statistics page for monitoring environment, used to be called nbStatistics.jsp

instructions page for monitoring environment, used to be called nbActivityInstructions.jsp

    • -0
    • +46
    ./web/m_Instructions.jsp
edit activity page in monitoring environment, used to be called nbActivityContent.jsp

    • -0
    • +51
    ./web/m_EditActivity.jsp
instructions page for authoring environment, used to be called nbInstructions.jsp

    • -0
    • +90
    ./web/a_Instructions.jsp
basic page for authoring environment, used to be the file called nbBasic.jsp

advanced page for authoring screen, used to be called nbAdvanced

    • -0
    • +30
    ./web/a_Advanced.jsp
removed .nbForm definition , as it is not needed