Forum Discussion
Reset Numeric Entry Box so no value shows
Hi, Bill.
Thank you for reaching out!
We don't have any updates to share for this bug fix yet, but I'll be sure to come back when we have news, as this discussion is linked to the report.
- Jürgen_Schoene_3 years agoCommunity Member
this is fixed a long time ago (???) - I have made a screen capturing with the oldest storyline version I could find (Jan 2022)
https://360.articulate.com/review/content/9d3baec9-a491-4531-aad2-20d82f1af555/review
the trick is
- use the automatic generated numeric variable -> empty !!!
- use a manually created numeric variable -> '0' visible
there is a new (???) inner property of the story-file "defaultEmptyIfZero"here is the inner xml-file (zip) -> story/story.xml
<var g="0ebe1601-02c0-4802-956f-78855731e340" verG="bdcb625c-bdf9-4eae-8ea0-df12b2a677a9" name="NumericEntry1" dataType="num" val="" type="user" propPath="" isRandom="false" randomMin="0" randomMax="0" defaultEmptyIfZero="true" /><var g="5fc68691-bea7-4591-90f1-4250395017d4" verG="5c39a81a-3fbd-4fbc-9725-6f854843262b" name="test" dataType="num" val="0" type="user" propPath="" isRandom="false" randomMin="0" randomMax="0" defaultEmptyIfZero="false" />
Jürgen
- ShivamSharma-583 years agoCommunity Member
When learner revisit the slide then I want blank numeric entry field not default value 0.
how we can ?