RapidResult

外掛說明

RapidResult is a VERY cool plugin for showing exam result in your WordPress website. This plugin using AJAX & you can import CSV result for faster indexing result in database. Full features below:

Feaures

  • Unlimited results
  • AJAX data processing
  • Easy option panel
  • Easy result add panel
  • Built-in Export/Import

Result demo

Source Code

This plugin uses minified JavaScript. The original source code can be found at:
https://github.com/hernansartorio/jquery-nice-select/blob/master/js/jquery.nice-select.js

That’s all for today! Easy enough!

Contact with us if you are in any trouble. We are happy to help you.

安裝方式

Just install via Plugin > Add new & search from WP directory. Or use upload method.

常見問題集

How to use this plugin?

Using this plugin is VERY easy. Lets do in three steps:

  1. Just install via Plugin > Add new & search from WP directory. Or use upload method.
  2. After adding result, you are ready to insert shortcode on page. Shortcode is: `[rapidresult]`
  3. If you want to add specific exam , class and year type dropdown, you need to use shortcode like this `[rapidresult exams=”1st Semister,2nd Semister” classes”Six,Seven” years=”2014,2015,2016″]` – values must match what you added on result.

How to import results from a CSV file?

  1. First, export the results as a CSV file.
  2. If no results exist, the exported CSV will be empty. To get a proper structure, add some results before exporting.
  3. Open the exported CSV and enter your results based on the header row.
  4. To add more subjects, extend the header row using this format:
    • subject_name_1, subject_name_2, subject_name_3, …
    • subject_no_1, subject_no_2, subject_no_3, …
    • Enter the corresponding subject results under these headers.
  5. Once your CSV is ready, import it using the “Import from CSV” menu.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈RapidResult〉的開發相關工作。

參與者

將〈RapidResult〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

-Added Built-in Export/Import
-Oneclick publish all draft results