Need help with Scratch :')?

I have absolutely nothing to do with computer science, but unfortunately I need it for a portfolio assignment… Picture 1 shows how far I've progressed at the moment:

The "bot" works, it recognizes the 3 different categories and gives appropriate answers.
However, I'm stuck on the last task…

"Your character should only change costumes if the program believes the

To have understood the answer correctly (keyword: Confidence > 60)

If the program is not sure, it should ask in which category the

The answer should be based on the training data of the categories

be added."

I've tried it and understand what the task is meant to do, but there's something completely wrong with the following, as I never get an answer:

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
complexbuilder
3 months ago

Try to remove the Confidence Check and make it as above. And if it works again, you can try to create an input that does not receive a category and it is then added to the training data. And if that works, try to get the Confidence Check back in and see if it’s still going.