-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature request: Specify in config.json whether RoboTutor should make RoboFeel run and indicate whether it is. #70
Comments
Modify RTFaceLogin to stop RoboFeel when recording selfies -- necessary only if RoboTutor crashes without stopping RoboFeel. If we decide we want visual cues during RTFaceLogin, make it launch RoboFeel when it starts and after recording each selfie. |
How to start a service StartService()
|
@AASTHAVALECHA @sushant-varanasi |
@sushant-varanasi I was facing a problem in pushing Intent i = new Intent(); In Ondestroy //Stop Service Intent i = new Intent(); I made the following changes |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Specify whether RoboFeel should run whenever RoboTutor does.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Considered using 1 eye instead of 2, but 2 is more recognizable and we happen to have images that fit and match the banner.
Considered centering at bottom of screen, but too conspicuous and conflicts with other objects, e.g. Bubblepop stimulus.
Considered translucent eye(s) floating over screen, but harder to implement.
Considered testing whether RoboFeel is actually running, but harder to implement and negligible value added.
Considered tapping eye(s) to toggle RoboFeel, but it would be an attractive nuisance.
A clear and concise description of any alternative solutions or features you've considered.
Approach to be followed (optional)
A clear and concise description of approach to be followed.
Use these images:
When RoboFeel is enabled: It looks bored but is static so it shouldn't distract the user.
When RoboFeel is disabled:
This image is too disruptive:
This image is a possibility:
Size: half the height of the green banner at the top of the screen
Location: on the right end of the banner, in the bottom half of the banner to avoid overlap with tutor ID
Additional context
Add any other context or screenshots about the feature request here.
See how to add a config variable at ConfigurationItems.java.
Use eye pair images from Eye Roll
The text was updated successfully, but these errors were encountered: