mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

outputType not documented for Actions (and broken error logging) #99

Open agarciadom opened 10 months ago

agarciadom commented 10 months ago

I am writing an EGL-based activity, and while figuring out how to show the generated text, I noticed that the Playground.js file checks if the outputType has been set. If it has been set to "code", it will use the generatedText part of the response, otherwise it will try to log an error message, but that fails as well:

image

As far as I can tell, the wiki does not document this outputType attribute for actions. Could you add the relevant documentation for it?