Getting Started with ExpertBatch
Set up your account, access the dashboard, and create your first skill-based assessment in just a few minutes.
Prerequisites
Before you begin, ensure you have:
- A valid email address for registration
- Admin privileges for your organization (if applicable)
- A modern web browser like Chrome or Firefox
Register and Access Your Dashboard
Follow these steps to create your account and log in to the ExpertBatch admin dashboard.
Sign Up
Visit https://expertbatch.com and click Sign Up.
Fill in your details:
| Field | Example Value |
|---|---|
| your.email@company.com | |
| Organization | Acme Corp |
| Password | (Choose a strong password) |
Verify your email by clicking the link sent to your inbox.
Log In
Navigate to https://expertbatch.com/login.
Enter your email and password, then click Log In.
You land on the main admin dashboard.
Navigate the Admin Dashboard
The dashboard provides quick access to key areas.
Test Library
Browse and manage pre-built skill assessments.
Analytics
View real-time performance reports and insights.
Users
Invite and manage candidates or team members.
Create Your First Skill-Based Assessment
Build a simple exam targeting JavaScript skills.
New Assessment
From the dashboard, click Create Exam.
Enter details:
{
"title": "JavaScript Fundamentals",
"duration": 30,
"skills": ["JavaScript"],
"topics": ["Variables", "Functions", "Arrays"]
}
Add Questions
Select from the test library or create custom questions.
Example question:
// What does this code output?
console.log(typeof null);
// Answer: "object"
Add 5-10 questions per topic.
Configure Proctoring
Enable AI Proctoring for screen monitoring and face detection.
Set proctoring sensitivity to medium.
Publish
Review settings and click Publish.
Copy the assessment link or ID.
Invite Candidates
Share the assessment using these methods.
In the dashboard, go to Users > Invite.
Upload a CSV or enter emails manually:
email,name
candidate1@example.com,John Doe
candidate2@example.com,Jane Smith
Select your published assessment and send invites.
Copy the public link from the assessment details:
https://expertbatch.com/assess/abc123
Share via email, Slack, or your ATS system.
Candidates access it directly without accounts.
Track invite status in the Users tab. Candidates receive real-time proctoring during exams.
Next Steps
- Login issues? Check spam for verification emails.
- Proctoring fails? Ensure stable internet (
>5Mbpsupload). - No analytics? Wait 5 minutes post-exam completion.
Explore advanced features:
Authentication
Set up secure login and role-based access.
Advanced Analytics
Dive into percentile rankings and reports.
Congratulations! You created and shared your first ExpertBatch assessment. Monitor results in real-time.
Last updated today
Built with Documentation.AI