Question

Test report

  1. Question loop config

      exists as loop type lifter_question
      has property "name"
      has property "title"
      has property "category"
      has property "description"
      has property "query_args"
      has property "fields"

  2. LifterLMS Question loop type

      can create loop type lifter_question
      returns questions from method get_items()
      returns an instance of WP Post of 'question' post type

  3. LifterLMS Question loop item

      loop has next item
      loops every item
      loop can be reset
      has current item

  4. LifterLMS Question fields

      ID
      question_points
      question_has_image
      question_multi_choices
      question_video_enabled

  5. LifterLMS Question logic

      question description enabled

All 5 tests passed