Giter VIP home page Giter VIP logo

Comments (3)

satra avatar satra commented on September 13, 2024

@danielmlow - i thought when we discussed it many months back there was no video, it was a static image with audio, which should be fine. for video playback can't you just embed a youtube player in the description since html is allowed?

from reproschema-ui.

danielmlow avatar danielmlow commented on September 13, 2024

@satra ahh, I see. thanks!!

Are there any options for just having a Next button after people are finished with the video?

I just have a text box, cause I don't know how to put a Next button:
https://github.com/danielmlow/WellBeingStudy_daily/blob/281cab960cecd0cf7012d874f799d10997cb227d/activities/daily_activity/items/meditation_2#L10

You can see/play with it under the "Short Daily Activity" button in the menu:
https://www.repronim.org/reproschema-ui/#/?url=https://raw.githubusercontent.com/danielmlow/WellBeingStudy_daily/master/protocol/WellBeing_schema

Here are the UI options:
https://github.com/ReproNim/reproschema-ui/#text-inputs

static removes all buttons, but then the item does not advance.
StaticReadOnly is not available apparently.

I'd like a "Next" button available at any time. (people may choose to end the meditation earlier, which is better than abandoning the session).

from reproschema-ui.

danielmlow avatar danielmlow commented on September 13, 2024

The short term solution was to include a single radio item that says "click here:

    "ui": {
        "inputType": "radio"
    },
    "responseOptions": {
        "valueType": "xsd:integer",
        "multipleChoice": false,
        "choices": [
            {
                "name": "Click here to continue",
                "value": 1
            }
        ]
    }

from reproschema-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.