Creating a Quiz Authentication Component

To create a custom quiz component, follow the steps described below:

  1. Register MKQuiz.dll using regsvr32.exe.

  2. Create a project for an ActiveX DLL using VB6.

  3. From Project menu, choose the References option.

  4. Select BindView PSS Quiz Interface in the Available Interfaces list.

  5. Implement IMKQuiz interface in your project

  6. Add implementation for all the interface methods.

  7. Build the component.

Note: A Quiz component must also implement Authentication interface and it should be deployed as an authentication component.