locked
Any plug in for apps to allow students to take test/exam ? RRS feed

  • Question

  • User-775831949 posted

    I wish to build a simple test/exam apps for students to answer on web page.

    Any simple jquery/javascript/ASP.Net plug in ?

    Thanks

    Saturday, March 31, 2018 1:36 AM

Answers

  • User-832373396 posted

    Hi hkbeer,

    Any simple jquery/javascript/ASP.Net plug in ?

    Sir, we need form looks like

    <form action="/action_page.php">
      <div class="form-group">
        <label for="email">Email address:</label>
        <input type="email" class="form-control" id="email">
      </div>
      <div class="form-group">
        <label for="pwd">Password:</label>
        <input type="password" class="form-control" id="pwd">
      </div>
      <div class="checkbox">
        <label><input type="checkbox"> Remember me</label>
      </div>
      <button type="submit" class="btn btn-default">Submit</button>
    </form>

    and Resources

    With Regards, Angelina Jolie

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, April 2, 2018 8:45 AM