Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

We need to enforce the minimum number of trials entered in Data Express and in the Mobile App.


Data Express

Opportunity Based without prompts

Design

  • When a user enters trials in the text box, they must adhere to the minimum number of trials.
  • If the user enters less trials than specified in the mastery criteria and then clicks "save," they will see the following message "Please enter at least INSERT TRIAL NUMBER trials" and the data will not save.


Business Rules

  • A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
Opportunity Based with prompts

Design

  • When a user enters trials in the text box, they must adhere to the minimum number of trials.
  • If the user enters less trials than specified in the mastery criteria and then clicks "save," they will see the following message "Please enter at least INSERT TRIAL NUMBER prompt attempts" and the data will not save.

Business Rules

  • A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.

Mobile App

Opportunity Based without prompts

Design

  • When a user enters trials in the text box or uses the + and - buttons to record trials, they must adhere to the minimum number of trials.
  • If the user enters less trials than specified in the mastery criteria and then clicks "sync," they will see the following message "Please enter at least INSERT TRIAL NUMBER trials" and the data will not sync for the skill in question.


Business Rules

  • A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
  • When a user clicks sync, data will not sync for those skills that triggered the error message (i.e. not enough trials entered). Data will sync for any other skill/behavior that does not have an error.
Opportunity Based with prompts

Design

  • When a user enters trials in the text box or uses the + and - buttons to record trials, they must adhere to the minimum number of trials.
  • If the user enters less trials than specified in the mastery criteria and then clicks "sync," they will see the following message "Please enter at least INSERT TRIAL NUMBER prompt attempts" and the data will not sync for the skill in question.

Business Rules

  • A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
  • When a user clicks sync, data will not sync for those skills that triggered the error message (i.e. not enough trials entered). Data will sync for any other skill/behavior that does not have an error.
  • No labels