Tell us what you are trying to do?
I have created a site that has two types of users instructor/student
I have a repository of assessments (forms) created as a type
I have instructors having access to each form in their taxonomy
I need for instructors to be able to pick a client and assign them one of the assessment tools listed - Is this something that I could obtain with permissions and such?
Is there any documentation that you are following?
No
Is there a similar example that we can see?
I dont think so - however I can show you what I am trying to immulate
What is the link to your site?
hidden link
Hello,
Please elaborate the question with more details:
I need for instructors to be able to pick a client and assign them one of the assessment tools listed - Is this something that I could obtain with permissions and such?
I assume we are talking about this case:
1) Two custom user role:
- instructor
- student
2) A custom taxonomy "assessment tools listed".
How do you setup this taxonomy? can you take a screenshot for it?
3) You are going to register taxonomy "assessment tools listed" to user role "student".
If it is, there isn't such kind of feature within Toolset, even WordPress, WordPress user does not support taxonomy.
And you can consider below workaround:
- Create a custom post type "Profile",
Each "Profile" post author is different user, one user can have only one "Profile" post
- Register taxonomy "assessment tools listed" to above post type "Profile"
See our document:
https://toolset.com/documentation/post-relationships/how-to-create-custom-searches-and-relationships-for-users/
How to Create Custom Searches and Relationships for Users