Go to file
2024-04-30 10:36:01 +02:00
.vscode VsCode editor setting 2023-07-23 16:47:11 +02:00
amd version bump 2024-04-21 23:43:25 +02:00
classes Reworked sidebar 2024-04-21 23:08:03 +02:00
cli Fixed badge search and some other things 2024-02-02 23:09:16 +01:00
css Reworked sidebar 2024-04-21 23:08:03 +02:00
db Reworked sidebar 2024-04-21 23:08:03 +02:00
doc Code style fixes (mostly white-space) 2023-09-08 12:47:29 +02:00
lang Reworked sidebar 2024-04-21 23:08:03 +02:00
pix Added icons, finished description editor 2023-10-23 21:54:09 +02:00
scss Reworked sidebar 2024-04-21 23:08:03 +02:00
templates/form Updated mform helpers. some work on full page support 2023-11-05 15:49:32 +01:00
.gitignore Added built files so update from git is an option 2023-08-04 22:39:58 +02:00
bootstrap-color-constants.png Added bootstrap color reference 2023-06-03 00:00:29 +02:00
build.php PHPDoc documentation 2023-08-27 15:12:54 +02:00
build.sh Code style fixes (mostly white-space) 2023-09-08 12:47:29 +02:00
cfg_grades.php Fixed bug with gradebookroles 2024-04-30 10:36:01 +02:00
coach.php Added coaching navigation links and enable/disable setting 2024-03-10 21:51:37 +01:00
debug.log Lot of work on student view with multiple pages, plans and plan progress 2023-11-12 23:49:50 +01:00
doc.php Code style fixes (mostly white-space) 2023-09-08 12:47:29 +02:00
edit-invite.php PHPDoc documentation 2023-08-27 15:12:54 +02:00
edit-plan.php Added templating function 2024-04-19 16:46:30 +02:00
Gruntfile.js Number of minor changes 2024-03-22 22:01:42 +01:00
invitations.php Reworked category selection 2023-12-13 23:49:06 +01:00
invited.php Finished enable/disable setting for studyplan sharing 2023-12-11 23:57:56 +01:00
lib.php Added coaching navigation links and enable/disable setting 2024-03-10 21:51:37 +01:00
LICENSE Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
myreport.php Bugfixes in invitation system 2023-12-11 23:41:03 +01:00
README.md Code style fixes (mostly white-space) 2023-09-08 12:47:29 +02:00
result-overview.php Renamed studyplan-report to result-overview 2024-02-24 23:43:57 +01:00
settings.php Reworked sidebar 2024-04-21 23:08:03 +02:00
styles.css Reworked sidebar 2024-04-21 23:08:03 +02:00
thirdpartylibs.xml Code style fixes (mostly white-space) 2023-09-08 12:47:29 +02:00
version.php version bump 2024-04-21 23:43:25 +02:00
view-plan.php Started work on coaching page 2024-03-09 00:11:42 +01:00
vuemode.sh Code style fixes (mostly white-space) 2023-09-08 12:47:29 +02:00

Moodle studyplan plugin

Plugin to organize a curriculum into an easy to read graphical respresentation of courses and student progress therein.

The studyplan plugin extends Moodle with the ability to show students and teachers an overview of their curriculum and results therein. By showing students an easy to read graphical overview of their progress over multiple courses, students are more in control of their own learning process than by just listing results alone

Installing

Install the plugin by adding the zip file manually to the installed plugins in your moodle version

Configuration post install

The studyplan plugin will automatically add links to the flat navigation bat used in Moodle 3.11 and below However, Moodle 4.0-4.2 use a new "primary navigation" bar, and does not yet support customizing the primary navigation bar (it is a planned feature though)

Use the following workaround: You can add custom primary menu items in Site administration -> Appearance -> Theme settings That page contains an item called Custom menu items". Add the following into that area to custimize it

Studieplannen|/local/treestudyplan/view-plan.php||nl
Studieplannen beheren|/local/treestudyplan/edit-plan.php||nl
My study plan|/local/treestudyplan/myreport.php||en
Study plans|/local/treestudyplan/view-plan.php||en
Manage Study plans|/local/treestudyplan/edit-plan.php||en

The studyplan plugin wil automatically hide the primary navigation items that are not applicable for the current user.

Role configuration

While the studyplan management rights are added by default to the manager role, and students can always see the studyplans they are associated with, the faculty members' right to view the studyplans is not added to any default role. You should make a separate role for faculty that is allowed to view the study plans (or integrate it in an existing role), grant the roght local/treestudyplan:viewuserreports to that role, and assign the role to all users that should have this right in a given context. The recommended roles below give an example of that.

(See Advanced -> Roles and permissions in the documentation for more details about the different roled)

It is recommended to create the following new roles:

  • Studyplan Manager (studyplanmanager) Context types: System, Category Capabilities
    • Manage studyplans (local/treestudyplan:editstudyplan)
  • Studyplan Viewer (studyplanviewer) Context types: System, Category Capabilities
    • View study plan of others (local/treestudyplan:viewuserreports)

Then assign the role studyplanmanager in a specific category context, or the system context to all users who should be able to create and edit studyplans in that specific context Assign the role studyplanviewer to all users who should be able to view the teacher view of the studyplan and view the specific results of users associated with that studyplan.

Further Configuration

After installing the plugin you can find the main configuration in Site administration -> Courses -> Studyplans

Documentation / User manual

After installing the plugin, the detailed user manual can be found under Site administration -> Courses -> Studyplans -> Studyplan plugin documentation Alternatively, you can unpack this ZIP file and open the doc/index.html file. (Note that viewing the html files directly will not five the optimal experience, since fontawesome tags and bootstrap styles will not be properly rendered)

Development

To build a release zip, you can use the script ./build.sh. This script calls grunt to build the javascript minified files where needed and creates a relase zip file with the current plugin version (as defined in version.php) in the directory /build