lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5242 Merge changes from 4.5

Merge branch 'LDEV-5273' into v4.5

Merge branch 'LDEV-5242' into v4.6

LDEV-5242 Fix Assessment question summary page

LDEV-5242 Display question list even if no learner reached activity yet

Hide action buttons like disclose answers, though.

LDEV-5242 Add a header for question list in Assessment monitoring

LDEV-5242 Make regular monitor Assessment view consistent with TBL AE

    • -1
    • +1
    /lams_monitoring/web/tblmonitor/aes.jsp
Merge branch 'LDEV-5275' into v4.6

LDEV-5275 Rewrite queries to get questions from QB faster

LDEV-5273 Add missing learner answer normalisation

LDEV-5273 Add question numbering to VSA allocate page

    • -1
    • +1
    /lams_central/web/qb/vsa/vsaAllocate.jsp
    • -1
    • +1
    /lams_central/web/qb/vsa/vsaQuestionAllocate.jsp
LDEV-5273 Make Refresh button use position fixed to the page

    • -3
    • +10
    /lams_central/web/qb/vsa/vsaAllocate.jsp
LDEV-5273 Adjust layout of VSA allocation page

    • -10
    • +21
    /lams_central/web/qb/vsa/vsaAllocate.jsp
LDEV-5273 Remove Close button

It is not common to have a button which closes a tab

    • -8
    • +0
    /lams_central/web/qb/vsa/vsaAllocate.jsp
LDEV-5273 Open VSA allocation page in tab from Assessment monitoring

It was open in thickbox before.

LDEV-5273 Do not show blank VS answers for allocation

LDEV-5276 includes labels for text content templates

LDEV-5273 Refresh leaders' page on VS answer allocation

LDEV-5273 Add VSA allocate button to tRAT TBL monitoring

LDEV-5273 Identify correct VS attempts even if there are subsequent ones

If a student chose an unknown VS answer, it is marked as incorrect.

He/she makes more attempts. In the meantime a teacher marks that first

answer as correct. In that case the subsequent attempts are not deleted,

but are not calculated into the score for the question.

LDEV-5273 Add VSA allocation to Scratchie

    • -3
    • +3
    /lams_central/web/qb/vsa/vsaAllocate.jsp
    • -11
    • +19
    /lams_central/web/qb/vsa/vsaQuestionAllocate.jsp
  1. … 3 more files in changeset.
LDEV-5273 Add central VSA UI button to iRAT TBL monitoring

LDEV-5273 Remove single VSA allocation interface from Assessment

Since UI for VSA allocation moved to Central, it is more difficult to

make it embedded within a tools own monitoring interface. It is probably

not needed too - a well designed VSA allocation UI for all questions

should be sufficient.

LDEV-5273 Move VSA allocation code to Central

    • -8
    • +13
    /lams_central/web/qb/vsa/vsaAllocate.jsp
    • -34
    • +40
    /lams_central/web/qb/vsa/vsaQuestionAllocate.jsp
  1. … 7 more files in changeset.
LDEV-5273 Move VSA allocation front end files to Central

    • -0
    • +46
    /lams_central/web/css/vsaAllocate.css
    • -0
    • +83
    /lams_central/web/includes/javascript/vsaAllocate.js
    • -0
    • +64
    /lams_central/web/qb/vsa/vsaAllocate.jsp
    • -0
    • +142
    /lams_central/web/qb/vsa/vsaQuestionAllocate.jsp
LDEV-5272 Add confirmation on removing VS answer from correct option

Merge remote-tracking branch 'origin/v4.5' into v4.6

LDEV-5272 Apply VSA UI improvements to single question summary page

    • -0
    • +46
    /lams_tool_assessment/web/includes/css/vsaAllocate.css
LDEV-5272 Improve non-TBL VS answer allocation

LDEV-5272 Allow deallocating answers from VSA options

Also fix a bug: when a teacher allocates an answer, the learner's

question result UID was used. If the learner changed his/her answer

before teacher allocated it or refreshed the page, the new answer got

allocated while the teacher thought the old one was getting allocated.

Now all allocation happens based on real answer value.

Also recalculate scores on allocation even if a learner has not finished

the activity yet.