VOOM108
VOOM108
Thanks, works nicely. :) I have to export not only the result but also the start- and end times to a timesheet, though. The times will be calculated by the...
Please, if possible, add an option to round the times logged as well, not only the result, for the reasons mentioned above.... :) In my case, if I still have...
I think you might need to use the 16k - model
I tried one of the alternative UIs, and it has other issues. I believe it would be good to have a stable basic, well functioning UI. Other UI issues I...
Since the models can be updated and one can load more models, seems complete enough to me, too....
That would be great, to continue to have both, a link to whatever is in section 1 with section=1 and a persistent link to a specific section with sectionid=#### :)
If that is the case, simply an easier way to find the right ID - so the editing teachers who are not so tech-savvy will be able to find it....
I can't think of any easy way to show it myself. I thought of a tooltip on the linked sectionname only when editing, but that is easier thought than done....
Actually, I am just thinking about solving this with jQuery: Taking the data-id="##" and show the content in a sectionname title="" only when editing...
Here it is: require(['jquery'], function($) { $('.format-flexsections.editing h3.sectionname').each(function() { var dataID = $(this).attr('data-id'); $(this).prop('title', "sectionid="+dataID); }); });