@Martin With the SDK I think you can add a configuration method EnableContentAssessmentWithTopic
for unscripted assessment with SDK version 1.35.0 or later.
This enables content assessment. A content assessment is part of the unscripted assessment for the speaking language learning scenario. By providing a description, you can enhance the assessment's understanding of the specific topic being spoken about.
pronunciationAssessmentConfig.enableContentAssessmentWithTopic("your_topic");
I tried the same with the speech studio which has all the topics enabled and the accuracy was good.
Also, for issues with JS SDK we have a public github repo where you could add your issue details with logs for SDK team to check for any issues. I hope this helps!!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.