https://github.com/blakeziegler/learning-inferences
https://github.com/blakeziegler/learning-inferences
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blakeziegler/learning-inferences
- Owner: blakeziegler
- Created: 2024-12-17T23:40:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T03:59:06.000Z (7 months ago)
- Last Synced: 2025-01-31T04:20:13.398Z (5 months ago)
- Language: HTML
- Size: 9.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Learning Inferences
## **Directories**
#### Paraphrase Plugin
**plugin-paraphrase.css:**
*Primary Function: Formatting for the plugin found in plugin-.js files*
- Formats Response
- Formats submission button (both enabled and disabled)
- Obfuscation and unobfuscation formatting
- Error format
- Keymap Shake**plugin-paraphrase.js**
Primary function:
- Initializes question prompt and response box
- Randomizes question order
- Labels submission button and sets preamble
- Blocks browser autofill- 'SurveyTextPlugin' class created:
- Defines the rows, columns, and contents of a given question
- sets random question order and adds questions
- Measures response time
- Saves data and moves to the next trial