Some questions or feature requests

I used TAO Core months ago and thought it seemed a bit outdated. Recently, I needed a testing/exam software again, and found the docker image for tao-ce. I deployed it and it works amazing! The UI looks more up to date, so thank you so much for this. I hope a new update can be released soon since it seems like the last update was around 6 months ago.

Some questions though:

  1. How do I make it so test takers CANNOT change their full name (and maybe even password if possible)?
  2. I do not see a Report tab, is that in this version or planned for a future version?
  3. When proctors submit reports or other (like extension, reset, terminate, etc), how can admins or something view the notes? Like if a proctor terminated a student’s test early for navigating away from the exam, where can we view this report? Some proctors submit multiple reports and notes during an exam and is it possible to view them? Is it part of the Report tab that I do not see?

Thank you so much and I appreciate the open source project!

@kilatib I was wondering if you could take a look at this? Greatly appreciated!

bumping this post since it has still yet to be answered :pensive_face:

Dear Sam
Thank you for the message, and sorry if not respond on it for too long

It is disabled in the code for this version

How do I make it so test takers CANNOT change their full name (and maybe even password if possible)?

It is not possible at all unfortunately

When proctors submit reports or other (like extension, reset, terminate, etc), how can admins or something view the notes? Like if a proctor terminated a student’s test early for navigating away from the exam, where can we view this report? Some proctors submit multiple reports and notes during an exam and is it possible to view them? Is it part of the Report tab that I do not see?
So the short answer is: look in the candidate’s Details view, in the event-history section below the session info, not in a Report tab. If you do not see that section in your environment, then your deployed version is likely
older than this code, or the /api/v1/acs/{assessmentId}/log call is returning empty/error.

1 Like

Hi, thanks for your response!

The version I am using is 2025.10-v1.5-rc-arm64-e15cc19. Can you check if that supports the event history section?

It is misleading on my side; I think the way to see these events here is only via API call

Oh, so is it just by assessmentID or can we also check logs by user?

You could try to look as dynamic API service with path `/api/v1/search/proctoringAcsLog` it should have what you want from it