lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4054: Updating and fixing labels

There's quite a lot of work required with labels and it's not jsut translations but rearringing them according to language, string lenght, etc. Also we shouild be more accurate in naming users. When we are referring to students, we should call them students instead of users. Quite a few of these instances in this commit

  1. … 46 more files in changeset.
LDEV-4054: Updating labels

  1. … 25 more files in changeset.
LDEV-4054: updating labels

Mainly Spanish and a little bit of Greek and Norwegian

  1. … 36 more files in changeset.
LDEV-4587 Select branch based on option order chosen by learner

A condition has a question sequence ID and an option sequence ID encoded

in its name. This way we know what output to produce. Then all outputs

are sorted and a branch which was not processed yet gets chosen.

  1. … 5 more files in changeset.
Monthly merge from master to lams31

Conflicts:

lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/OrgPasswordChangeAction.java

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_central/src/java/org/lamsfoundation/lams/comments/web/CommentAction.java

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

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GroupingUploadAJAXAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/LearningAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/MonitoringAction.java

lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/actions/LearningAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/MonitoringAction.java

  1. … 17 more files in changeset.
LDEV-4587 Add new assessment output type

  1. … 1 more file in changeset.
LDEV-4586 Letter prefixes shown on results page

LDEV-4582 Set default value for the new Prefix column

LDEV-4054: Updating Greek and English

LDEV-4582 Able to add letter prefix to Assessment MCQ Answers

LDEV-4054: Updating missing labels and Greek

  1. … 13 more files in changeset.
LDEV-4559 Comments can be left anonymously.

    • -1
    • +22
    ./web/WEB-INF/tags/CommentsAuthor.tag
  1. … 91 more files in changeset.
LDEV-4575 Show disclose buttons only when corresponding option is ON

    • -14
    • +16
    ./web/pages/tblmonitoring/assessment.jsp
LDEV-4558 Rename dbupdate files as name is a month out.

  1. … 38 more files in changeset.
LDEV-4569 TBL UI: adjustments

* wrap lesson's name

* revice the LAMS logo at the top left corner

* Make TBL monitor to follow themes

* AEs' tab title is "AEs Questions & Marks" now

  1. … 5 more files in changeset.
LDEV-4558 Expand DB Fields to support pictures pasted in CKEditor

  1. … 28 more files in changeset.
LDEV-4540 Fix variable name clash when iterating over options

LDEV-4540 Prevent non-leader Assessments from using answer disclosing

LDEV-4540 Allow non-leaders see results page together with leader

Previously non-leader could see the results page only when the

leader goes to the next activity. If the leader is still on the

results page, a non-leader still sees the read-only questions page.

This way working with answer disclosing was pretty much

impossible so we allowed non-leaders see results page

simultaneously with leader.

LDEV-4540 Change layout of other groups' answers for MC questions

    • -0
    • +1
    ./web/pages/learning/results/essay.jsp
    • -39
    • +27
    ./web/pages/learning/results/multiplechoice.jsp
LDEV-4540 Show correct answers and user's answers separately

LDEV-4540 Move groups' answers under each question

    • -1
    • +30
    ./web/pages/learning/results/essay.jsp
LDEV-4540 Do not show correct answers until they are disclosed

Till now other groups' answers were marked as correct no matter if

correct answers were disclosed by a monitor.

LDEV-4540 Add logs

LDEV-4540 Allow disclosing correct/groups answers in plain monitoring

    • -14
    • +152
    ./web/pages/monitoring/summary.jsp
    • -2
    • +3
    ./web/pages/tblmonitoring/assessment.jsp
LDEV-4540 Refresh learners' results page when monitor discloses answers

    • -2
    • +3
    ./web/pages/tblmonitoring/assessment.jsp
LDEV-4540 Introduce hooks in command websockets

When a command is added, the JSON can contain "hookTrigger" and

"hookParams" attributes.

hookTrigger is just a string which uniquely identifies a page. If this

page set the same commandWebsocketHookTrigger, then command is consumed

and function defined on this page as commandWebsocketHook is run with

parameters taken from hookParams from JSON.

This way back end can tell exact page on front end to run any code it

defines itself.

  1. … 35 more files in changeset.
LDEV-4540 Add "disclose all" buttons to TBL monitor

    • -13
    • +73
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 1 more file in changeset.
LDEV-4540 Redirect to action rather than JSP after submit all

Redirecting to JSP prevents request attributes from being set properly

and they are needed for the new results page.

LDEV-4540 Disclose answers in TBL monitor and reflect it in learner

    • -2
    • +36
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 1 more file in changeset.