
內容簡介
這個外掛能幫助您建立和配置不同類型的測試,其中包括多選題,並使用簡碼在任何文章或頁面中嵌入這些測試。
插件將立即分析用戶的答案並顯示結果,顯示「您已通過」或「您未通過」,以及用戶的百分比得分。
用戶可以在任意次數重新撰寫或重測任何測試。
簡碼或設定
[VIZE_Test_Body]
vize_test_id – 在文章或頁面中嵌入測試所需的唯一參數。
整合方式
首先,使用 “VIZE Tests -> 管理測試” WordPress 選單項目創建一個或多個測試。
現在,將一個或多個問題添加到一個或多個測試中。
一個問題同時只能鏈接到一個測試。
一個問題可以有兩個或更多答案。
您可以使用添加/編輯問題表單中的“添加答案”連結來向任何問題添加更多答案。
現在轉到“VIZE Tests -> 管理測試”頁面,從“測試ID /簡碼”列中複製測試的簡碼。
簡碼格式為[VIZE_Test_Body vize_test_id=” xx ”]。
將“xx”替換為您想要嵌入到您的文章中的測試的ID。
例如,ID為“1”的測試的簡碼將看起來像這樣。[VIZE_Test_Body vize_test_id=”1”]
風格和版面設計
大多數版面設計和樣式都使用類和ID進行管理。
所有前端樣式和版面設計都已使用WordPress TwentyTwenty主題進行測試。
您可以使用類名稱或ID(建議)在您的佈景主題樣式文件中覆蓋任何樣式。
否則,您可以前往Plugin_Directory/public/css/vize-tests-public.css以修改任何樣式。(不建議)
外掛標籤
開發者團隊
原文外掛簡介
This plugin will help you to create and configure different type of tests with multiple choice questions. And embed those tests in any Post or Page using Shortcode.
Plugin will instantly analyze user answers and display result as “You Passed” or “You Failed” along with percentage score of a user.
User can rewrite or reattempt any test at any number of time.
Shortcode Or Settings
[VIZE_Test_Body]
vize_test_id – Only required argument to embed a Test in a Post or Page.
How to Integrate
First create one or more tests using “VIZE Tests -> Manage Tests” WordPress menu item.
Now add one or more questions to one or more tests.
A question can only be linked to one test at one time.
A question can have two or more answers in it.
You can add more answers to any question using “Add Answer” link on Add/Edit Question form.
Now go to “VIZE Tests -> Manage Tests” page and copy shortcode of a test from “Test ID / Shortcode” column.
Shortcode format is [VIZE_Test_Body vize_test_id=”xx”].
Replace “xx” with ID of Test which you want to embed in your post.
For example shortcode for Test with ID “1” will look like this. [VIZE_Test_Body vize_test_id=”1″]
Style and Layout
Most of the layout and styling has been managed by using Classes and IDs.
All Frontend styles and layout has been tested using WordPress TwentyTwenty theme.
You can override any style in your theme style file by using class name or ID (Recommended).
Otherwise, you can go to Plugin_Directory/public/css/vize-tests-public.css to modify any style. (Not Recommended).
