Sign in to explore new workflows and share what works so others can do the same.
I used this prompt for one of my assignments and what it suggested regarding the rubric is impossible to do in Canvas:
While the Agent is a great tool, it's not perfect, but it's getting better every day. As with any AI generated response, you should always review the Agent's responses for any inaccuracies.
In this case, while the exact actions the Agent suggested aren't possible, if you find value in its suggestions, you could consider some alternative ways to accomplish the same goals. For example, you could add a small section highlighting the major focus areas of the rubric.
I ran this on a page that uses heading hierarchies. The first issue is, the page heading is not included, so it missed the h1 tag. This led it to claim that the h2 text was incorrect, as h1 was missing. However, the response didn't escape the tags properly, so it looked like it was yelling at me with text getting bigger and bigger. <h2>First Topic Header</h2> <p>Paragraph of things</p> <h2>Second Topic Header</h2> <p>Next paragraph etc.</p>