Hippo Quiz - Question Extractor

Generate Question and Answers automatically from the selected web content and add it to Quiz.

Hippo Quiz - Question Extractorคืออะไร?

Hippo Quiz - Question Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hippoquiz.com และคุณลักษณะหลักของมันคือ "Generate Question and Answers automatically from the selected web content and add it to Quiz."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hippo Quiz - Question Extractor

ดาวน์โหลดไฟล์ส่วนขยาย Hippo Quiz - Question Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Generate Question and Answers automatically from the selected web content and add it to Quiz.

Hippo Quiz online assessment software enables you to “Build - Share - Test - Autograde - Analyze” online tests, assessments, quiz and exams. With the Hippo Quiz Web Parser you can generate Questions and Answers from the selected content on your intranet and internet documents.
 
Benefits of the online assessment tool Hippo Quiz’s, Web Parser:
1.     Parse statement of facts into Questions automatically
2.     Automatically generate possible answer options for the questions generated
3.     Adds both the questions and answer options to selected Quiz in Hippo Quiz, an online exam software
4.     Single sign-on to add questions
 
To parse statements from a given site:
1.     Go to the intranet or internet page which has the training/course content.
2.     Select the text for which Question has to be generated.
4.     Right click and select “Hippo Quiz’s Web Parser”
5.     The Web Parser window is displayed with the information of the question automatically generated.
6.     Possible answers will also be automatically generated. You can clear the automatically generated question and add in your own words too.
7.     Click the type of Question from the dropdown on the top right
8.     Select the Quiz name to which this question has to be added from the “Add this question to “ drop down
9.     Click on Save and the question will be added to the Quiz in your Hippo Quiz account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hippo Quiz - Question Extractor Hippo Quiz - Question Extractor
ID kidhecpegjdfbjhlhodbkkaemgacjplg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hippo-quiz-question-extra/kidhecpegjdfbjhlhodbkkaemgacjplg
คำอธิบาย Generate Question and Answers automatically from the selected web content and add it to Quiz.
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 406
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2016-12-18
วันที่เผยแพร่ 2016-12-18
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.hippoquiz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hippoquiz.com
URL หน้าช่วยเหลือ https://www.hippoquiz.com/faq.html
URL หน้านโยบายความเป็นส่วนตัว https://www.hippovideo.io/privacy_policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hippo Quiz - Question Extractor",
    "description": "Generate Question and Answers automatically from the selected web content and add it to Quiz.",
    "version": "1.4.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/jquery.scoped.js",
                "js\/bootstrap.min.js",
                "js\/foundation.min.js",
                "js\/ashe.js",
                "globalTemplate.js",
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "js\/jquery-2.0.3.min.js",
        "js\/bootstrap.min.js",
        "js\/mustache.min.js",
        "css\/bootstrap.min.css",
        "css\/custom.css",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.ttf",
        "img\/add-icon.png",
        "img\/remove-icon.png",
        "img\/success-icon.png",
        "img\/error-icon.png",
        "img\/warning-icon.png",
        "img\/info-icon.png"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    }
}