Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 2.53 KB

README.md

File metadata and controls

17 lines (15 loc) · 2.53 KB

JS Input Examples: Stanford Online and Friends

Projects

  • "Mirror": Simple 'Hello World' project that works well as a barebones starter.
  • "Piano": More complicated project that demonstrates more advanced use of JS Input
  • "Celluar Automata": Full-featured JS Input project demonstrating a cellular automata problem.
  • "Variable Passing": How to get numbers or text generated by the problem's Python code into your internal Javascript. Also, how to log your results in the official edX logs.
  • "Card Sorting": A card-sorting exercise. Used to in cognitive science to measure expertise in a particular field.
  • "Accessible Matching": A standard matching-type problem as seen in a myriad of classroom quizzes. Designed to be usable on screen readers as well as by sighted users.
  • "Drop File": A bare-bones problem that uses Javascript to check a file and see whether it's an image or text. Constructed as an example of how someone might create a file-processing problem.
  • "Adaptive MC": Creates a set of resources where the path depends on a student's answers to MC questions. Still under construction.
  • "Video Watch Credit": Gives students credit for watching a video.
  • "Range Guesser": Allows students to guess at a number (or time) by setting a range. Closer guess = more credit.
  • "Text Logging Problem": Gives students credit for entering free-response text, and logs it.

Deprecated Projects