This article describes how to access and share assessment results for CodeSignal assessments, such as the GCF. Skip to a section using the following links:
Accessing a test-taker's assessment result
To begin, log in to your company's CodeSignal account and navigate to the Assessments tab. Then, search for your test-taker by name/email using the search bar. Note: The test-taker's highest score will be shown here, even if it is not the most recent score.
Click on the test-taker's name to view their coding report.
To see the diff of the test-taker's solution for the question, click on the row icon next to the question's name. On the left-hand side you'll see the code that the test-taker was given when starting the question. On the right-hand side, you can see everything that the test-taker changed for their final submission.
You can also view the test-taker's final solution by clicking on the double row icon.
If the assessment contains a progressive question, you can view the test-taker's final submission for each level.
Also, from here you can see different icons for Added and Modified files.
You can also view the diff of the test-taker's solution and any modified files within our IDE. Click on the row icon under the question's name.
To access a replay of a test-taker writing their solution to a specific question, click on the blue replay button next to the question name in the test-taker’s results.
To change the speed of the coding replay, use the controls at the bottom of the replay screen. You can speed it up to 32x. By default, the replay will skip any portions in which the test-taker was not actively coding.
By default, the option to follow a test-taker's cursor is turned on. To turn off the cursor following, click the "Unfollow" button in the bottom left navigation.
Suspicion Score, Code Quality & AI Insights
CodeSignal’s AI-driven innovation offers a more holistic view of a test-taker’s skills. If you are using our AI Assistant and have enrolled into the beta for these features, you can also view these sections within a test-taker's coding report as well.
To view Suspicion Score, scroll down to the Questions section of the Coding Report, you'll see individual Suspicion Scores for each question. These scores offer a more in-depth look at where a test-taker's behavior may require additional review.
Read more about the Suspicion Score in this article.
AI Insights streamline decision-making by summarizing a test-taker’s assessment performance into easy-to-understand key takeaways for both technical and non-technical audiences.
Code Quality provides directional insights on the quality of a test-taker’s code, not just the correctness of their solution. Code Quality is based on a number of factors:
- Function naming: should be consistent and clear
- Abstraction levels: should be consistent
- Multiple functions: No monolithic functions > 15 lines
- Other: no code duplication that should have been refactored, high cyclomatic complexity, and high cognitive complexity
Sharing an assessment result
Once you have navigated to an assessment result, you have 2 ways to access and share the link:
a. Click the link icon to the right of the test-taker's name.
b. Or, you can click on the test-taker's name and copy the LINK in the top left.
After you click the link icon via one of these methods, you will see a pop-up modal with options to copy either a public link or a restricted link, which requires the viewer to be logged in to CodeSignal to access.
Click the copy icon to the right of the link you wish to use to copy the link URL. Then, click DONE.