How to Resolve the Perpetual Spinning Wheel Issue on Kira Dashboard
When students access Kira Learning, they may occasionally encounter a perpetual spinning wheel on the dashboard. This article outlines the probable causes of this issue and provides detailed troubleshooting steps to resolve it.
Causes of the Perpetual Spinning Wheel
No Enrollment in Courses: The system attempts to load the student’s dashboard, but if the account is not enrolled in any courses, a spinning loader may appear instead. In such cases, the dashboard may eventually display the message: "You are not enrolled in any courses."
Duplicate Accounts: This issue can also arise when students accidentally create duplicate accounts. For example, this might happen if they join via an invite link instead of logging in using their school-linked account. The system may fail to load the correct data if the wrong account is used.- Additionally, students may have two accounts tied to the same email—one linked through the school’s LMS and another direct-login account. Logging into the LMS-linked account without enrollments can cause endless buffering.
Step-by-Step Troubleshooting
1. Verify the Login Method
Ensure that students are signing in to Kira Learning using their correct account. Using the correct account is crucial to seeing the enrolled courses.- If duplicate accounts exist, students should log out and log back in using the "Continue with email" option and the correct password to access the account with enrolled classes.
2. Enroll in the Correct Course
If students are not enrolled in any course, they should follow these steps:
Log in to the correct account: Navigate to the Kira Learning login page and access the account using the "Continue with your school" option.
Manually Join a Course: - Ignore the spinning loader and locate the "Join a Course" button on the dashboard. - Enter the Invite Code provided by the teacher. Teachers can retrieve this code by going to "Manage -> Sections" in their interface and noting the class's invite code.
Refresh the Page: After submitting the invite code, refresh the dashboard. The course should now appear under the student’s enrolled courses.- Refreshing the page ensures that the newly added course is displayed correctly on the dashboard.
Additional Tips
Avoid using invite links to join a course if an LMS/School-linked account is already in use to prevent duplicate accounts.
If the issue persists, verify with the course instructor that the student’s correct account is enrolled in the class.
By following these troubleshooting steps, students should be able to resolve the spinning wheel issue and access their courses successfully.
FAQs
What should I do if I see a spinning wheel but no courses on my dashboard?
Ensure you are logged into the correct account via ClassLink or your school’s LMS. If you are not enrolled in any courses, use the "Join a Course" button to add a course using the invite code provided by your teacher.
Why does my dashboard appear empty or stuck?
This usually happens if you log into the wrong account. Make sure to use your LMS-linked account to access your classwork.
How can I fix issues with coding assignments?
Check your code for missing prompts, provide the required input during execution, and ensure the program meets the lesson’s criteria before submitting.
Coding Assignment Troubleshooting
Why Does This Happen?
Students may encounter issues such as the run button spinning endlessly or being unable to submit assignments. This often occurs when:
The program is waiting for user input that has not been provided. For example, a prompt in the code may have been replaced with a fixed value, causing the program to stall.
How to Resolve the Issue
Check the Code for Prompts:
Ensure the code includes a prompt statement to request user input where required. Restore the input/prompt statement if it has been removed.
Provide Input During Execution:
When running the program, type the requested input in the console when prompted.
Verify Completion Criteria:
Ensure the program completes successfully according to the lesson’s criteria before attempting submission again.