Nov 18 2023 11:07 AM
Hello everyone!
I am working at a company which has several operation centers, each with different collaborators (dozens of them in each center). What I want to know is if it's possible to make a single test (or quiz) that can adapt to each collaborators evaluation needs. e. g.: each manager, in each center, can define: 'Employee 1 requieres High Level understanding in Subjects A, B, and D, a Medium Level understanding in Subjects C, E, and F, and a Low Level understanding in Subject G, and No understanding required on Subjects H, I, and K', and so on for each employee and in each operation center.
I was maybe thinking to branch the test on a first question depending on the center, so that only employees for that center can see their names on a second question, and depending on that answer (the name of the employee) I can define branching to, let's say Subject A High Level -> Subject B High Level -> Subject C Medium Level, and so on, in which each subject has three sections, one for each understanding level.
I hope I was able to make myself clear, and I hope that what I'm looking for it's actually possible. Thanks in advance for your repl
Nov 18 2023 06:35 PM
Nov 19 2023 05:59 PM
If your goal is to present different sections of questions to different groups of users, branching is the option, as you mentioned. You can try that approach and let me know if there are any issues with this solution.