I'm trying to implement a read confirmation in a number of wiki pages. I'm trying to use trackers.
General Description:
Employees in our company are assigned to read a number of official procedures. I'm trying to implement a process where:
- Each employee is assigned procedures he needs to read according to his department (Group).
- Each procedure is a wiki page
- At the end of each procedure there will be a confirmation form in the following format.
- Users that don't need to read this procedure won't see this form.
- Users that confirmed reading the document will see a message like:
You've confirmed reading this procedure.
- Administrators will be able to monitor who read what procedure.
Questions:
- How do I hide the tracker plugin from users who don't belong to the department (Group)
- How do I display a different message once the user confirmed the read
Thanks
There are different way to achieve this and it require a bit of thinking (trade-off from a method to another), but this is what I’ll do.
Have 2 groups (before approving - after approving) Display the procedures using a plugin listExecute and having at the end the approving checkbox to have some actions (notification, group changes, etc).
Enclosing everything in a tracker and turn it into a multipage forms can also be the way.
Your case remind me other use case I worked on including Official Procedures reading including quick test (to check if the procedures were understood) and approving mechanism. Look at https://doc.tiki.org/PluginExercise ;)
Good luck Bernard https://www.facebook.com/bsfez