Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp Radio Button Activity #3

Closed
WorldImpex opened this issue Jan 27, 2021 · 4 comments
Closed

Webapp Radio Button Activity #3

WorldImpex opened this issue Jan 27, 2021 · 4 comments
Assignees

Comments

@WorldImpex
Copy link

WorldImpex commented Jan 27, 2021

As a user, I want to complete an activity that contains radio buttons so that I can provide data to a study

Requirements

  • If an activity is selected then show the first item type
  • When the user completes an item, the next item should stack at the top so the user does not have to scroll unless he or she wants to see previously answered questions
  • Allow the user to change previously-stored answers by selecting back which will move the selected question and editability backward until the user is at the item that should be edited.
  • Radio button is in scope for this effort
    ** Stack response options of radio in two columns
  • Show a confirmation screen after the user hits submit
  • If the user navigates away from the webapp and comes back later to restart an activity, show a confirmation pop like on mobile "Resume Activity - Would you like to resume this activity in progress or restart?" With Restart and Resume buttons
  • Display header and response option images
  • Show Tooltips created in the applet builder
@WorldImpex WorldImpex changed the title Free-Text Free-Text Option Jan 27, 2021
@WorldImpex WorldImpex changed the title Free-Text Option Public Link Jan 27, 2021
@WorldImpex WorldImpex changed the title Public Link REUSE Jan 27, 2021
@WorldImpex WorldImpex changed the title REUSE Applet Activities Feb 1, 2021
@WorldImpex WorldImpex transferred this issue from ChildMindInstitute/mindlogger-applet-builder Feb 1, 2021
@WorldImpex WorldImpex changed the title Applet Activities Applet Radio Button Activity Apr 21, 2021
@WorldImpex WorldImpex changed the title Applet Radio Button Activity Webapp Radio Button Activity Apr 21, 2021
@natalia-muzyka
Copy link

natalia-muzyka commented Jul 21, 2021

Issues:

  1. [UI] The response option images aren't displayed #74
    https://www.screencast.com/t/2n3UWLSKcisS
  2. [UI] The tooltips aren't displayed after hovering the response options (radio buttons) #75
    https://www.screencast.com/t/H7PUKP7C
  3. [UI] uploaded images are horizontally stretched #76
    https://www.screencast.com/t/uPYZxt9QhBH

Questions (are these things in scope of Milestone 6):

  1. there is an ability to proceed to the next question without selecting the answer #77
    ("next" button is displayed permanently)
    https://www.screencast.com/t/4hgshfBxFt3M
  2. the blank page is displayed after completing the activity(submitting the response). #78
    after proceeding to the dashboard the applet with completed activity is missing.
    it is shown up only after relogin and contains unexpected activities (from a different applet).
    activity stays in progress, submitted data aren't stored (no responses on admin panel)"
    https://www.screencast.com/t/WJ5Ftipskacc
    https://www.screencast.com/t/BjU6orSER
  3. there is the ability to edit previously-stored items without clicking "back" #79
    https://www.screencast.com/t/qt8P1vXIw
  4. [UI] the "submit" button has an additional border after rejecting the response submit #80
    https://www.screencast.com/t/loGmsZID
  5. the next options have no impact on displaying the activity:
    option settings: token value, skippable item, text input option, randomize response option,
    activity settings: "allow user to skip all items", "disable the user's ability to change the response"

Environment
https://web-staging.mindlogger.org/
Win 10 // Chrome 91.0.4472.124
geria2.test@gmail.com // McgzF127
"Webapp test" applet


Update: Reported all the issues and added the links

@WorldImpex
Copy link
Author

@natalia-muzyka

Issues:
Please make individual bugs for these

Questions (are these things in scope of Milestone 6):

  1. Yes please create a ticket
  2. Please create a ticket. The expectation is a confirmation screen like mobile is shown
  3. Please create bug ticket. The expectation is the user needs to use the back button to get back to a question to change it. This impacts conditional logic
  4. Bug it
  5. This is not scope for milestone 6 so no worries

@natalia-muzyka
Copy link

All the issues are fixed.
All the requirements are met except the:
"Show Tooltips created in the applet builder" (backlog ticket)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@WorldImpex @devbtech @natalia-muzyka and others