Semester overview icon

Semester overview

In the semsort block (blocks/semester_sortierung), courses are grouped by their starting dates in a semester view on the MyMoodle page.
Price option: Free

Supports Moodle 2.6-3.9 See all versions
Latest release: 6 years ago
Installations: 44
Downloads (last 90 days): 52

Frankenstyle name: block_semester_sortierung
Blocks

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

hi, i manage to do it with : "Language customisation" , yet i didnt mange to change the (ex:2016/2017) to Hebrew Calendar year , do you have any idea? Thanks
meir
Hi Meir, I am not sure what you mean but you would probably need a translation into hebrew if you want the text files to appear in Hebrew. Although there are really not many semsort specific lang texts.
hi, is their a way to show the block in hebrew?
We just published a version of the Semester overview block for Moodle 3.3 – have fun.
We just published a version of the Semester overview block for Moodle 3.2 (to be released tomorrow) – have fun.
Hi Meir,
what do you mean by login page? The semsort block shows all the courses a user is enrolled to. So it basically makes only sense, when the user is already logged in.
Cheers Katarzyna
Hello, How\where can I setup the Semester overview block in be seen in the login page of the users?
Meir
We just published a new version 3.1.1 of the Semester overview plugin fixing a timezone related bug.
We just published a version of the Semester overview block for Moodle 3.1 – have fun.
We just published a version of the Semsort Plugin for Moodle 3.0 – have fun.
We just published a version of the Semsort Plugin for Moodle 2.9 – have fun.
Thanks David for reporting this - We've uploaded the newest version for 2.8 and this issue should be fixed.

Hi Kasia. Nice to hear from you again. I rechecked the block and I think it is good to go now. I reported one tiny issue (probably related to some CSS issue) to your tracker. I am going to approve the plugin now, you are cleared to land. Welcome to the Plugins directory!

Hi David - thanks for your feedback. We've fixed the issue and uploaded the newest MOODLE_28_STABLE on moodle.org and on github.
It would be great if you could review our block and give us feedback smile
Thanks a lot.
Cheers Kasia
- Katarzyna Potocka -
Hi guys. Thanks for sharing this plugin with the Moodle community. As a former university teacher, I can confirm such an overview is very useful and indeed demanded. I would be happy to approve this right now but there is one thing that is better to fix now than later.
In your settings.php, you set the plugin property to 'blocks/semester_sortierung'. This is unexpected value. There should be the full component name (also known as frankenstyle) of your plugin, that is 'block_semester_sortierung'. The alternative approach is to name the setting fields as 'block_semester_sortierung/sortcourses' in which case the method admin_setting::parse_setting_name() would set the plugin automatically (which is probably cleaner that setting it directly like you do).
If there are some versions of this block already used in production, you will want to provide an upgrade step that would fix the current setting names.
Once this is fixed, this can be approved. Please don't forget to schedule this plugin for re-approval after uploading a new version. For now, I am going to mark this plugin as needing more work until we get this issue resolved. Thanks for your patience with the review and approval process.