• Resolved bluestandish

    (@bluestandish)


    Is there any guide where I can create questions or fill the questionbank from phpmyadmin and MySQL database? That way, it would be simpler when I have lots of questions and I can even bulk upload using excel.

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

    (@anil0503)

    Am Also looking for creating question bank.

    Plugin Contributor Ken Nguyen

    (@kendy73)

    Hi guys,

    It’s quite complicated.

    1. Each question (title, content) will be created in wp_posts table.

    2. Answers for each question will be created in wp_learnpress_question_answers table.

    So please take a look at the data structure and see.

    Regards,

    Ken

    Thread Starter bluestandish

    (@bluestandish)

    Ok thanks. Will give that a try.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘creating questions bank using phpmyadmin & MySQL database’ is closed to new replies.