staceypark / hello-world

first github project
0 stars 0 forks source link

Bug #4

Open staceypark opened 4 years ago

staceypark commented 4 years ago

First Question

Second Question

staceypark commented 4 years ago
<head>
    <title>Use markdown to render images in title and question elements, jQuery Survey Library Example</title>
    <meta name="viewport" content="width=device-width"/>
    <script src="https://unpkg.com/jquery"></script>
    <script src="https://surveyjs.azureedge.net/1.7.19/survey.jquery.js"></script>
    <link href="https://surveyjs.azureedge.net/1.7.19/modern.css" type="text/css" rel="stylesheet"/>
    <link rel="stylesheet" href="./index.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.6.4/showdown.min.js"></script>
</head>
<body>

    <div id="surveyElement" style="display:inline-block;width:100%;"></div>
    <div id="surveyResult"></div>

    <script type="text/javascript" src="./index.js"></script>

</body>

staceypark commented 4 years ago
Use markdown to render images in title and question elements, jQuery Survey Library Example