Answered: Is there a bulk import option for questions in the core functionality?

Post date: 2021-02-28 09:40:09
Views: 224


It is not really hard to do.

Basic steps:

  1. Parse your questions from CSV file, for example.
  2. Include these files in your script:
    • /qa-include/qa-base.php
    • qa-app-users.php
    • qa-app-posts.php
  3. Now you can use core function qa_post_create() to post questions.
Code example:
----------------
//Parse questions from your source and put data in array

//Include Q2A scripts:

require_once '/PATH/TO/qa-include/qa-base.php';
require_once QA_INCLUDE_DIR.'qa-app-users.php';
require_once QA_INCLUDE_DIR.'qa-app-posts.php';

//Publish questions:

qa_post_create($type, $parentid, $title, $content, $format, $categoryid, $tags, $userid);

----------------

You can find more info here - https://docs.question2answer.org/code/external/

Please click Here to read the full story.
 
Other Top and Latest Questions:
United Airlines slashes 2026 forecast as fuel costs surge
Amazon launches GLP-1 weight loss program, promising 'fast, convenient' access
Looking for a good microwave or microwave/air fryer combo
Trump extends ceasefire in Iran, citing 'seriously fractured' Iranian government
From: Season 4 (Full Season)
Big Mistakes: Big Mistakes
SpaceX says it can buy Cursor later this year for $60 billion or pay $10 billion for 'our work together'
UK inflation jumps to 3.3% in March as fuel prices surge amid Iran war
European stocks set to open lower as Trump refuses to lift Strait of Hormuz blockade
Judge dismisses Kash Patel's defamation lawsuit over claim he frequented 'nightclubs'