NoonElite Audit Engine

Description

NoonElite Audit Engine lets you build professional, branded audit quizzes that engage your visitors, score their responses, and capture qualified leads — all without writing code.

Core Features (Free)

  • Unlimited audit quizzes with multi-category scoring
  • Customisable branding (accent colours, logo, agency name)
  • Shortcode embedding: [noon_audit type="your-slug"]
  • Lead capture with GDPR-compliant consent and marketing opt-in
  • Risk-band scoring (Critical / High / Moderate / Low)
  • Honeypot anti-spam on all forms
  • Full lead management dashboard with pagination
  • Quiz theme mode (auto-detect, force dark, or force light)
  • Glass morphism background effect option
  • Branded “Powered by” credit (opt-in only)

Pro Features (available via NoonElite.com)

  • Salesforce CRM integration (auto-sync leads as Salesforce Leads)
  • HubSpot CRM integration (auto-sync leads as HubSpot Contacts)
  • Cloudflare Turnstile anti-spam (invisible CAPTCHA for lead forms)
  • CSV lead export
  • Bulk CRM re-sync for missed leads

Source Code

This plugin uses React in the frontend to process forms and score leads interactively. To comply with WordPress.org guidelines, the uncompiled source code for these features is bundled directly within the plugin structure.

You can find the uncompiled frontend code and package configuration inside the frontend/ directory.

To build the project development assets for review:
1. Navigate to the frontend directory: cd frontend/
2. Install dependencies: npm install
3. Compile the production assets: npm run build

The built assets will map directly to the files present in frontend/dist/.

External Services

This plugin connects to the following third-party services under certain conditions. Please review the details below.

Cloudflare Turnstile (Pro)

When Cloudflare Turnstile is configured in Settings Security, the plugin uses it to verify form submissions as a spam prevention measure. A challenge token is sent to the Cloudflare Turnstile API for server-side verification before a lead is saved.

Salesforce API (Pro)

When Salesforce integration is enabled in Settings Salesforce Integration, the plugin authenticates with the Salesforce REST API using OAuth 2.0 client credentials and creates Lead records for each captured lead.

HubSpot API (Pro)

When HubSpot integration is enabled in Settings HubSpot Integration, the plugin uses the HubSpot CRM API to create or update Contact records for each captured lead.

Freemius

This plugin uses the Freemius SDK for license management and to offer optional premium upgrades. Freemius collects non-sensitive usage data (with opt-in consent) to help improve the product.

Screenshots

  • The audit landing screen showing the “Get Started” call to action.
  • A multi-step question view focused on Salesforce health assessment.
  • The integrated email lead capture gate.
  • The detailed, graded audit report and risk band results.
  • The lead management dashboard showing captured data and CRM sync status.
  • The audit builder interface for creating and weighting custom quizzes.

Installation

  1. Upload the plugin folder to /wp-content/plugins/ or install via Plugins Add New.
  2. Activate the plugin.
  3. Go to Site Audit Settings to configure branding and CTA.
  4. Go to Site Audit Audits to create your first audit quiz.
  5. Add the shortcode [noon_audit type="your-slug"] to any page or post.
  6. Captured leads appear under Site Audit Leads.

FAQ

How do I embed an audit?

Add [noon_audit type="your-slug"] to any page or post. Replace your-slug with the slug from the Audits page.

Can I have multiple audits?

Yes — create as many as you like and embed each with its own shortcode.

Is the watermark required?

No. The “Powered by” credit is opt-in only. Enable it in Settings Attribution if you’d like to show it.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“NoonElite Audit Engine” is open source software. The following people have contributed to this plugin.

Contributors

“NoonElite Audit Engine” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “NoonElite Audit Engine” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.6

  • Version bump to resolve repository caching and formatting issues during initial review

1.0.5

  • Made quiz theme mode (force dark / force light) a free feature for all users
  • Removed Pro-only restriction from theme mode setting

1.0.4

  • Refactored Freemius pro-gating logic to ensure completely stripped free versions
  • Consolidated and standardized plugin prefixes to adhere to WordPress guidelines
  • Bundled uncompiled React source code to comply with open source requirements
  • Updated generic shortcodes and localization namespaces

1.0.3

  • Bug fixes to Admin settings page

1.0.2

  • Renamed plugin to NoonElite Audit Engine
  • Changed watermark from opt-out to explicit opt-in
  • Replaced all inline scripts and styles with properly enqueued files
  • Refactored pro-gating to use Freemius native compatibility methods
  • Added external services documentation section
  • Fixed HubSpot test connection bug (missing action parameter)
  • Updated plugin URI to valid URL

1.0.1

  • Added CRM sync retry logic
  • Added bulk sync feature for missed leads

1.0.0

  • Initial release