mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 00:28:11 +00:00
add some comments
This commit is contained in:
parent
64411690d1
commit
7757928cde
@ -2,11 +2,13 @@
|
||||
* jspsych-form (Version 1.0)
|
||||
* Junyan Qi
|
||||
*
|
||||
* plugin for creating a form from json schema.
|
||||
* plugin for generating a form from a json schema.
|
||||
*
|
||||
* documentation: docs.jspsych.org
|
||||
* Documentation: docs.jspsych.org
|
||||
*
|
||||
* Dependency: jsPsych, jQuery, Material Design Lite
|
||||
*
|
||||
*
|
||||
|
||||
Required links in the html file:
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* form (Version 1.0)
|
||||
*
|
||||
* Junyan Qi
|
||||
*
|
||||
* The module for jspsych-form.js
|
||||
|
||||
Dependency: jQuery, Material Design Lite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user