Closed sittr7 closed 4 years ago
Issue #57
Creates frame at takes in user's text input [textbox] and user's certainty of previous answer [likert]
constants.js
sample_app.js
test_frames.js
test_dbt_worksheet_model.js
test_model.html
test_frames.html
dbt_worksheet_model.js
nav.js
frames.css
self_report.js: render() features:
self_report.js
_get_userinput():
Issue #57
Creates frame at takes in user's text input [textbox] and user's certainty of previous answer [likert]
constants.js
andsample_app.js
: added self_report strings (including template, questions, and qualifier for likert)test_frames.js
andtest_dbt_worksheet_model.js
: added test for displaying this frametest_model.html
andtest_frames.html
: added self_report.js into filedbt_worksheet_model.js
: added a method to build self_report frame and toggle for optional displaynav.js
: added this frame in FrameFactory classframes.css
: minor styling of likert scale and textbox 🎨self_report.js
: render() features:_get_userinput():