Exabis Student Review
Maintained by
Andreas Riepl
Empowering Educators for Periodic Student Assessments
#competencies #personalisation #reports
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I was translating the Exabis Student Review plugin in AMOS and I noticed a strange-looking English language string:
2.5 [errorstarttimebeforeendtime,block_exastud]
Period {$a->description} has its starttime before its endtime!
Maybe I am wrong, but the start_time must always be before the end_time, and the error is just the opposite.
Or could it be that this plugin checks from (let's say, today=start_time) to a given moment in the past (end_time) ?
Could you please check this, as I am not a native English speaker.
Thanks in advance for your help.
Invalid get_string() identifier: 'commentshouldnotbeempty' or component 'block_exaport'. Perhaps you are missing $string['commentshouldnotbeempty'] = ''; in /m24/blocks/exaport/lang/en/block_exaport.php?
The code you have in the picture_upload_form.php file is:
get_string("commentshouldnotbeempty", "block_exaport")
I'm not sure what the reference to block_exaport is - is that a separate block? If so, it is not listed as a dependency in the version.php. Otherwise, the string is missing in the lang file. In any case, this is a smaller issues and not likely to hold up approving the block. If the block does have dependencies then we should probably create a set.
Peace - Anthony