Linux 软件免费装

Mamba Quiz CSV Import for Tutor LMS

开发者 internetamodo
更新时间 2026年7月24日 17:52
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

quiz questions import csv tutor lms

下载

2.0.6

详情介绍:

Import quiz questions into Tutor LMS in minutes — without copying and pasting them one by one. Mamba Quiz CSV Import lets you upload a CSV file and add multiple-choice questions directly to an existing Tutor LMS quiz through a guided Course → Topic → Quiz workflow. Save time and simplify quiz creation The standard CSV structure is simple: Question, Answer 1, Answer 2, ... Answer N Answer 1 is imported as the correct answer, Answer 2 is required, and additional answers can be added or left empty for individual questions. Ideal for online academies, schools, universities, certification bodies, corporate training providers and course creators. Need more flexibility? The separate Premium add-on adds XLSX import, visual column mapping, import preview, duplicate detection and advanced Tutor LMS question settings. Requirements

安装:

  1. Upload the plugin folder to /wp-content/plugins/, or install it from the WordPress Plugins screen.
  2. Install and activate Tutor LMS.
  3. Activate Mamba Quiz CSV Import for Tutor LMS.
  4. Open Mamba Quiz CSV Import in the WordPress administration menu.
  5. Download the sample CSV and add or remove sequential Answer N columns as needed.
  6. Select the destination course, topic, and quiz, then import the file.

屏幕截图:

  • Example CSV opened in a spreadsheet. The first column contains the question, `Answer 1` is always the correct answer, `Answer 2` is required, and further sequential `Answer N` columns may be added or left empty for individual questions.

常见问题:

Does the plugin delete or replace existing quiz questions?

No. Imported questions are appended to the selected quiz.

Which answer is marked as correct?

Answer 1 is always marked as correct. The plugin creates multiple-choice questions with one answer flagged as correct.

How many answer options can a question have?

There is no fixed answer-option limit in the CSV format. Include at least Answer 1 and Answer 2, then add sequential columns such as Answer 3, Answer 4, Answer 5, and so on. Optional cells may be empty on rows that need fewer answers.

Must all rows contain the same number of answers?

No. The header defines the available answer columns, but unused optional answer cells can remain empty for individual questions.

Can I rename or reorder the CSV columns?

The free plugin uses a predictable standard format, so the columns must remain sequential: Question, Answer 1, Answer 2, and so on. Arbitrary headers and visual mapping are a separate workflow provided by the separately distributed Premium add-on.

Can I import XLSX files?

This plugin imports CSV files. XLSX parsing and visual column mapping are provided by the separate Premium add-on, whose code is not included in the WordPress.org plugin.

Why is there a 10,000-row safeguard?

The safeguard reduces the likelihood of PHP timeouts and exhausted memory during a single synchronous request, especially on shared hosting. It is an operational safety measure, not a usage quota: the plugin can be used repeatedly without limit.

Does the destination quiz need to exist before importing?

Yes. Create the Tutor LMS course, topic, and quiz first. The importer only adds questions to an existing quiz and lets you select the destination in the order Course → Topic → Quiz.

What happens to rows with missing required content?

Rows without a question, Answer 1, or Answer 2 are skipped. After the import, the plugin reports both the number of questions imported and the number of skipped rows.

Can I import the same CSV more than once?

Yes, but the free plugin appends the questions again and does not check for duplicates. Exact duplicate detection is available in the separately distributed Premium add-on.

What happens if a database error occurs during import?

The import is rolled back. Questions created by the failed operation are removed, so the quiz is not left with a partial import.

Can questions or answers contain commas, delimiters, or line breaks?

Yes. Use a correctly formatted CSV file with quoted fields. The parser supports quoted delimiters and multiline fields and automatically detects common comma, semicolon, tab, and pipe separators.

Does the plugin send data to an external service?

No. CSV parsing and question creation happen locally on the WordPress site.

更新日志:

2.0.6 2.0.5 2.0.4 2.0.1 2.0.0