lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4759 Main page functional

  1. … 35 more files in changeset.
LDEV-4765 Apply new UI to other question types

    • -0
    • +18
    ./web/common/authoringQuestionHeader.jsp
    • -7
    • +241
    ./web/includes/css/addQuestion.scss
    • -0
    • +136
    ./web/includes/javascript/authoring-options.js
    • -0
    • +48
    ./web/includes/javascript/authoring-question.js
    • -96
    • +96
    ./web/pages/authoring/parts/addessay.jsp
    • -141
    • +105
    ./web/pages/authoring/parts/addmarkhedging.jsp
    • -116
    • +91
    ./web/pages/authoring/parts/addmatchingpairs.jsp
    • -497
    • +154
    ./web/pages/authoring/parts/addmultiplechoice.jsp
    • -144
    • +109
    ./web/pages/authoring/parts/addnumerical.jsp
  1. … 9 more files in changeset.
LDEV-4759 Panels are now cards.

    • -4
    • +4
    ./web/pages/authoring/importQuestions.jsp
    • -3
    • +3
    ./web/pages/authoring/parts/addessay.jsp
  1. … 492 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

  1. … 309 more files in changeset.
LDEV-4765 Add sorting of the question answers

Also some other improvements.

    • -2
    • +2
    ./web/pages/authoring/parts/option.jsp
    • -52
    • +36
    ./web/pages/authoring/parts/optionlist.jsp
  1. … 2 more files in changeset.
LDEV-4760 Fixed spacing in authoring criteria entry panel

  1. … 32 more files in changeset.
LDEv-4759 Material Kit for Bootstrap 4 files installed into lams_central

  1. … 262 more files in changeset.
Merge ordered branching LDEV-4587 into develop

  1. … 20 more files in changeset.
LDEV-4765 introducing new question authoring UI

    • -68
    • +349
    ./web/pages/authoring/parts/addmultiplechoice.jsp
    • -20
    • +22
    ./web/pages/authoring/parts/option.jsp
    • -4
    • +22
    ./web/pages/authoring/parts/optionlist.jsp
  1. … 7 more files in changeset.
QB_UI introducing new question authoring UI

    • -68
    • +350
    ./web/pages/authoring/parts/addmultiplechoice.jsp
    • -20
    • +22
    ./web/pages/authoring/parts/option.jsp
    • -4
    • +30
    ./web/pages/authoring/parts/optionlist.jsp
  1. … 7 more files in changeset.
LDEV-4743 Squash/Update SQL scripts ready for LAMS 3.1 release

    • -18
    • +22
    ./db/sql/create_lams_tool_assessment.sql
  1. … 115 more files in changeset.
LDEV-4719 Remove incorrect warning for numerical question's units

    • -1
    • +1
    ./web/pages/authoring/parts/unitlist.jsp
LDEV-4730 Updating labels for Assessment

Updating English, Spanish and Greek

LDEV-4678 Remove no longer needed @Autowired applicationContext

  1. … 20 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 137 more files in changeset.
LDEV-4678 Remove all ServiceProxy classes

Also get rid of LearningWebUtil.putActivityPositionInRequest(Long

activityId, HttpServletRequest request, ServletContext context) and

LearningWebUtil.getActivityMapping(ServletContext context) methods. As

it's better to invoke according service methods directly.

  1. … 51 more files in changeset.
LDEV-4735 Fix an URL in learning outcomes in authoring

  1. … 31 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

    • -2
    • +2
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 12 more files in changeset.
LDEV-4569: simple TBL UI adjustments

    • -2
    • +2
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 5 more files in changeset.
LDEV-4708 Fix a merge issue

LDEV-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
Merge branch 'LDEV-4391' into lams31

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
Merge remote-tracking branch 'origin/master' into lams31

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/ForgotPasswordServlet.java

lams_central/web/forgotPassword.jsp

lams_central/web/forgotPasswordChange.jsp

lams_central/web/forgotPasswordProc.jsp

lams_tool_assessment/web/pages/learning/results.jsp

  1. … 10 more files in changeset.
LDEV-4708 Consider question as modified in case new option is added

LDEV-4708 update marks more skillfully after edit in monitor

    • -8
    • +12
    ./web/pages/authoring/parts/addessay.jsp
  1. … 20 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 165 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 165 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
  1. … 94 more files in changeset.
LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

  1. … 33 more files in changeset.
LDEV-4706 Display assessment instructions in case display summary is ON