-
Notifications
You must be signed in to change notification settings - Fork 231
Feat: Add TAM Instrument with TAM-1, TAM-2 and TAM-3 #1275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Feat: Add TAM Instrument with TAM-1, TAM-2 and TAM-3 #1275
Conversation
Signed-off-by: Rakshit Yadav <yadavrakshit60@gmail.com>
Please update the PR description to address these issues. |
|
Hi @rakshityadav1868 , I pulled your branch locally to test the TAM implementation, but I ran into multiple blocking issues:
|
Signed-off-by: Rakshit Yadav <yadavrakshit60@gmail.com>
Signed-off-by: Rakshit Yadav <yadavrakshit60@gmail.com>
Signed-off-by: Rakshit Yadav <yadavrakshit60@gmail.com>
|
I have fixed all issues and updated the PR. |
Signed-off-by: Rakshit Yadav <yadavrakshit60@gmail.com>
|






fixes #1213
This PR adds support for the TAM as a new evaluation instrument.
Users can now select TAM-1, TAM-2 or TAM-3 while creating a task, fill version-specific TAM forms, and view the results in a new TAM Analytics section, similar to existing SUS and NASA-TLX workflows.
The implementation includes:
• New TAM form components for all three versions
• Persistent storage of TAM responses with version tagging
This introduces a complete end-to-end TAM flow without affecting existing SUS or NASA-TLX functionality.


