Title: Codevery LLC's Replies | WordPress.org

---

# Codevery LLC

  [  ](https://wordpress.org/support/users/codevery/)

 *   [Profile](https://wordpress.org/support/users/codevery/)
 *   [Topics Started](https://wordpress.org/support/users/codevery/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codevery/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codevery/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codevery/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codevery/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codevery/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Codevery Quiz] how can i check condition](https://wordpress.org/support/topic/how-can-i-check-condition/)
 *  Plugin Author [Codevery LLC](https://wordpress.org/support/users/codevery/)
 * (@codevery)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-can-i-check-condition/#post-17886166)
 * Hello [@alikarkary](https://wordpress.org/support/users/alikarkary/) ,
 * Thank you for your kind words! We’re delighted to hear that you’re enjoying our
   plugin.
 * Currently, there is no way to add custom code for awarding points when a user
   wins a quiz, as the plugin does not have the necessary hooks. However, we understand
   the importance of this feature and are planning to add hooks in our next release.
 * If this is urgent, you can temporarily add the code directly to the plugin file`
   wp-content/plugins/codevery-quiz/includes/public/class-codevery-quiz-public.php`
   
   to the `add_coupon_to_database()` function before the line `if ( ! class_exists('
   WC_Coupon' ) ) {`. The code will look something like this:
 *     ```wp-block-code
       public function add_coupon_to_database() {    if ( ! check_ajax_referer( 'cquiz_display', 'cquiz_display_nonce', false ) ) {        wp_send_json_error( 'bad_nonce', 400 );    }    if ( is_user_logged_in() ) {        $user_id = get_current_user_id();        $user_gems = get_user_meta( $user_id,'score', true );        update_user_meta( $user_id, 'score', $user_gems + 45 );    }    if ( ! class_exists( 'WC_Coupon' ) ) {        return false;    }
       ```
   
 * We appreciate your patience and understanding. If you have any other questions
   or need further assistance, please don’t hesitate to reach out.
 * Best regards,
   Codevery LLC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Codevery Quiz] How to remove and customise coupons and feature requests](https://wordpress.org/support/topic/how-to-remove-and-customise-coupons-and-feature-requests/)
 *  Plugin Author [Codevery LLC](https://wordpress.org/support/users/codevery/)
 * (@codevery)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-remove-and-customise-coupons-and-feature-requests/#post-17882711)
 * Hello [@stephunique](https://wordpress.org/support/users/stephunique/),
 * Thank you for trying out our plugin! We’re glad you like the design and some 
   of its features.
 * Your suggestions are really good and we appreciate them. We’re always working
   to improve our plugin and will consider these ideas for future updates.
 * Thank you for your valuable feedback. If you have any other questions or need
   further assistance, please don’t hesitate to reach out.
 * Best Regards,
   Codevery LLC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Codevery Quiz] What theme to use, customizing picture sizes, and do you have a timer function?](https://wordpress.org/support/topic/what-theme-to-use-customizing-picture-sizes-and-do-you-have-a-timer-function/)
 *  Plugin Author [Codevery LLC](https://wordpress.org/support/users/codevery/)
 * (@codevery)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/what-theme-to-use-customizing-picture-sizes-and-do-you-have-a-timer-function/#post-17832912)
 * Hello Stephun,
 * Thanks for your feedback! This will help us improve our plugin.
   Let me answer
   your questions:
 * 1) The questionnaire plugin integrates with any theme running WordPress version
   5.0 or higher. The visual display will be customizable in the future, we plan
   to add this in the paid version.
   2) Try installing the plugin on a real WordPress
   site and testing the mobile version there. Because the demo may not display the
   template correctly. It all depends on the theme you are using.3) We are currently
   developing the ability to add a timer when answering a question. In the next 
   updates this will be available in the paid version.
 * Best Regards,
 * Codevery LLC

Viewing 3 replies - 1 through 3 (of 3 total)