Taking attendance: clicking letter acronym in column header checks wrong letter

Taking attendance: clicking letter acronym in column header checks wrong letter

by Tor Michal Kinn -
Number of replies: 3

When clicking the letter P in the column header, to set all students to Present, the letter for Not present is checked (the last option).

This is the line that probably should make the selection correctly, but it does not.

javascript:select_all_in(null, 'st129', null);

We are using version 2011071600.

Average of ratings: -
In reply to Tor Michal Kinn

Re: Taking attendance: clicking letter acronym in column header checks wrong letter

by Paul King -

It is always the rightmost (lowest-value) column that gets selected.

You can sort of hack this by changing the value of Present to 0 and Absent to 2 - sort of like a golf score, where lower is better.

It is not an ideal solution, however.