How to Upload and Release Automated Grading and Feedback Questions?

「UnaGPT」AI Auto-marking Free Trial The following instructions are suitable for users who have applied for a free trial of UnaGPT. Teachers are welcome to apply or contact us for details. Register Now Before 1 Mar 1. Change interface language (Optional) Go Una’s Login Page: https://app.una.study/Log in to the platform using a...

UnaGPT Tasting Lesson – First Time User Guide

「UnaGPT」AI Auto-marking Free Trial The following instructions are suitable for users who have applied for a free trial of UnaGPT. Teachers are welcome to apply or contact us for details. Register Now Before 1 Mar Step 1: Change Interface Language (Optional) Go Una’s Login Page: https://app.una.study/Log in to the platform using...

One Time Password from Teacher

One Time Password from Teacher When students forgot their login credentials, it’s usually complex to reset their password in time, and they may not be able to access their email to get an OTP. Teachers can choose to generate an OTP for them so that they can login to the...

Load Grouping of another session 

Load Grouping of another session Loading grouping allows teachers to load the grouping of a previous virtual classroom.   Click “Load Grouping”.  Click the drop-down menu and select the grouping from a previous virtual classroom.  Click “Load” upon completion. 

Random Grouping

Random grouping in current session Random grouping allows teachers to randomly group ungrouped students. This can ensure that all students are included in a group.   Click “Random Grouping”.Click the text box to enter the Maximum Student per Group. Students in the right list will be excluded from random grouping. Select students in the...

Save Grouping

Save grouping of the current session After creating a virtual classroom, teachers can modify the grouping by selecting the virtual classroom.  Click “Teaching Session” on the left-hand side of the list. Select the virtual classroom to modify. Save grouping allows teachers to save the grouping of the current virtual classroom in Grouping Template,...

Converting Prediction Result to JsonValue

Prediction Result get results as JsonValue {"blocks":"poseModelposePredictionResultlabelsposePredictionResult"} This is used to convert the image prediction result to Json Value.Parameters: AI Model (Teachable Machine Pose Model)Output: Json ValueSample code: {"blocks":"poseModelposePredictionResultlabelsposeModel0https://teachablemachine.withgoogle.com/models/LL-rF1gZS/posePredictionResult0poseModelhttps://i2.wp.com/runnersfirst.co.uk/wp-content/uploads/2019/01/running-woman.jpg?resize=678%2C381&ssl=1labels0poseModelposePredictionResult0posePredictionResult"} The output:

Draw All Key Points Inside a Photo

poseDetectionResult draw key points with confidence >= 0 {"blocks":"poseModelposePredictionResultlabelsposePredictionResult0"} This block is used for displaying the key points inside the image.Parameters:AI Model (Teachable Machine Pose Model)Screen Item (Image)Output: ImageSample code: {"blocks":"poseModelposePredictionResultlabelsposeModel0https://teachablemachine.withgoogle.com/models/LL-rF1gZS/posePredictionResult0poseModelhttps://i2.wp.com/runnersfirst.co.uk/wp-content/uploads/2019/01/running-woman.jpg?resize=678%2C381&ssl=1labels0poseModelposePredictionResult0posePredictionResult"} The output:

Draw All Skeleton Inside a Photo

poseDetectionResult draw skeleton with confidence >= 0 {"blocks":"poseModelposePredictionResultlabelsposePredictionResult0"} This block is used for displaying the skeleton line inside the image.Parameters:AI Model (Teachable Machine Pose Model)Screen Item (Image)Output: ImageSample code: {"blocks":"poseModelposePredictionResultlabelsposeModel0https://teachablemachine.withgoogle.com/models/LL-rF1gZS/posePredictionResult0poseModelhttps://i2.wp.com/runnersfirst.co.uk/wp-content/uploads/2019/01/running-woman.jpg?resize=678%2C381&ssl=1labels0poseModelposePredictionResult0posePredictionResult"} The output:

Draw All Skeleton and the Key Points

poseDetectionResult draw key points and skeleton with confidence >= 0 {"blocks":"poseModelposePredictionResultlabelsposePredictionResult0"} This block is used for displaying the key points and skeleton line inside the image.Parameters:AI Model (Teachable Machine Pose Model)Screen Item (Image)Output: ImageSample code: {"blocks":"poseModelposePredictionResultlabelsposeModel0https://teachablemachine.withgoogle.com/models/LL-rF1gZS/posePredictionResult0poseModelhttps://i2.wp.com/runnersfirst.co.uk/wp-content/uploads/2019/01/running-woman.jpg?resize=678%2C381&ssl=1labels0poseModelposePredictionResult0posePredictionResult"} The output: