0

How to create a question in html ?

How to create a question in html

14th Feb 2018, 9:20 AM
Илья Геласимов
Илья Геласимов - avatar
2 Answers
+ 16
Quizz submissions for HTML are currently closed.. They might reappear in near future... To create quizzes in other languages you can goto Quizz factory >> select the type of quizz you want to make>> >> select the language >>create the quizz
14th Feb 2018, 9:23 AM
Frost
Frost - avatar
+ 4
As your question isn't enough clear, maybe your purpose is not to submit a sololearn html quizz, but to implement ask in an html document? For that, you could use the prompt() JS built-in function ( https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt ), but it will be handle with a modal pop-up window, which is annoying for users, so better practice is to implement it as "real" html content, like done in this code: https://code.sololearn.com/WO2Mz12InjfP/?ref=app
14th Feb 2018, 4:12 PM
visph
visph - avatar