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

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


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:
JetBlue to reduce Newark, LaGuardia footprint as it forges ahead in Fort Lauderdale
Analysis: Chairman Kevin Warsh’s task forces are the key to understanding the new Fed
Thursday's big stock stories: What’s likely to move the market in the next trading session
Star City: Dark Forest
Trump and Iran's President Pezeshkian sign memorandum aimed to end war
From Mom and Dad to Just Mom
You had one job, bank.
Why Wall Street banks and foreign borrowers are rushing to tap China’s cheap money
Jeffrey Gundlach says Fed's Warsh is not going to be the 'easy money' chairman many hoped for
Google Gemini co-lead Noam Shazeer leaves for OpenAI