# Milestone M36 – custom domain links, quiz scoring fix & dashboard patch

> M36 adds custom domain support, ActiveRecord cleanup, and improves answer evaluation logic. Plus, fixes dashboard display and quiz scoring issues.
- **Authors**: Akash Srivastava
- **Published**: 2025-05-19
- **URL**: https://www.neeto.com/neetoquiz/blog/milestone-m36-updates
- **Page title**: Milestone M36 – custom domain links, quiz scoring fix & dashboard patch
- **Meta description**: M36 adds custom domain support, ActiveRecord cleanup, and improves answer evaluation logic. Plus, fixes dashboard display and quiz scoring issues.
- **Keywords**: NeetoQuiz update, custom domain, quiz scoring, ActiveRecord cleanup, bug fixes, and dashboard display

---

Let’s go through what we got done in Milestone M36 (May05 – May18) for NeetoQuiz.

### **New features and enhancements 🚀**

#### ✅ **Custom domain support in links**

Links in the UI and emails now respect the workspace’s custom domain, with smart defaults and options where needed.

#### ✅ **ActiveRecord cleanup**

Resolved the remaining issues reported by the `active_record_doctor` gem to improve stability and maintainability.

### **Bug fixes ⚒️**

#### ✅ **Dashboard display fix**

Fixed an issue where quiz titles were not showing in selected dashboard columns, which was blocking some clients.

#### ✅ **Answer evaluation logic updated**

Updated the scoring logic for multiple correct answers. Full marks are now awarded only when all correct answers are selected, as per internal discussions.