Display score for text entry

Is there any way that allow me to diaplay the score sheet for
text entry? wat the example taught in authorware is in response
with buttons.
Thanks.

A score is a score. So if you have scored the text entry you
should be able
to display it exactly how you've been taught to display it.
Not sure what
you mean by "taught in authorware" but the same principles
should apply.
HTH;
Amy
"spysum" <[email protected]> wrote in
message
news:ellt3p$3mv$[email protected]..
> Is there any way that allow me to diaplay the score
sheet for text entry?
> wat the example taught in authorware is in response with
buttons.
>
> Thanks.

Similar Messages

  • Display score for results

    Hi,
    Are we able to display score (relevancy) for our search result?
    Thanks

    A score is a score. So if you have scored the text entry you
    should be able
    to display it exactly how you've been taught to display it.
    Not sure what
    you mean by "taught in authorware" but the same principles
    should apply.
    HTH;
    Amy
    "spysum" <[email protected]> wrote in
    message
    news:ellt3p$3mv$[email protected]..
    > Is there any way that allow me to diaplay the score
    sheet for text entry?
    > wat the example taught in authorware is in response with
    buttons.
    >
    > Thanks.

  • Description label for text entries in PO smartform

    Hello All,
    I have to make modifications to standard smartfom for Purchase order.In the standard form's output if I enter Header texts(like Header text, Header note, Gurantees,Penalty for breach of contract) all the details entered are appearing in the smartform display.But my problem is that I also want to show which detailed text shows what.For example:I want to show  'Guarantees:' description label just before the 'Guarantees' text,
    'Header text' just before the actual header text.In sum , I want to show short description corresponding to each text entry along with the text entry.
    Eg. If I have entered in 'Gurantees' text the description 'The following conditions are to be met'.My output currently shows ''The following conditions are to be met' but I want it to look like this 'Guarantees : 'The following conditions are to be met'. Similarly for all other text types.
    Pl advise how to do this.
    Thanks!

    Hello,
    Your going can go tough in case you use an include text.
    I would suggest you to go with read_text function module
    you could just complete this in minutes.
    Here is the code for your refernce for read_text function Module
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                            = 'LTXT'
          language                      = 'EN'
          name                          = v_tdname1
          object                        = 'MDTXT'
        TABLES
          lines                         = it_tline1
       EXCEPTIONS
         id                            = 1
         language                      = 2
         name                          = 3
         not_found                     = 4
         object                        = 5
         reference_check               = 6
         wrong_access_to_archive       = 7
         OTHERS                        = 8
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    clear v_text.
      loop at it_tline1 INTO wa_tline1
       concatenate v_text  wa_tline1-tdline into v_text..
    endloop.
    Regards,
    Ravi Kiran
    Edited by: Ravi Kiran  Bherthepudi on Dec 22, 2008 8:48 AM

  • Reset button for text entry field

    Hello,
    How do I add a reset button that removes information entered into a text entry field?
    Thanks in advanced!

    Hmm, is there a reason why you don't use the Likert type of question, and have the Clear button (you can change the label to 'Reset') available? That would be a lot easier.
    And if you want to create such a custom slide, why don't you use the enhanced radiobuttons widget from Jim Leichliter? I explained how to reset the radiobuttons choice it in this blog post:
    http://blog.lilybiri.com/extended-widgets-for-custom-mcq-and-tf-questi
    And in this one I explained similar work flow for the extended TextArea widget. Same logic can be used for the enhanced TEB I talked about in my first answer:
    http://blog.lilybiri.com/extended-textarea-widget-more-functionality
    Since you are using 5.5, no output for HTML5 is possible, so you can use those widgets. Really, although I'm an Advanced Actions fan, I would never try to realize this the way you are doing it. Maybe with shared actions in 7, or with the new copy+paste functionality for advanced actions in 7.0.1 but not in 5.5. Be sure: my memory about the different versions is pretty good.
    Lilybiri

  • Firefox does not open the tablet input panel for text entry

    On windows tablet editions (XP in this case) handwriting input is provided by a popup entry box that normally appears when a text entry area is selected. This only happens sometimes in firefox, making convenient browsing an intermittent possibility. Previously Geckotip extension provided the utility but it has long since become obselete.

    I currently use a windows 7 tablet exclusively in my medical practice.  I bought and then had to return a Microsoft Surface Pro tablet because of the limitations of the TIP.  I agree with your 3 points above.
    Please offer the Windows 7 tablet input panel, at least as an option for those of us who use a tablet exclusively with a stylus.  The touch keyboard app simply will not work for my purposes.
    I too have been using the Windows 10 preview and look forward to the upgrade, but only if I can get the current Windows 7 Tablet input panel.  
    Thanks
    John Lauzon, M.D

  • CP5 - Default display times for Text Captions

    Hi there,
    I'm using Captivate 5.0.1 and trying to figure out how to do something that was in Captivate 4. In CP 4, I could edit the Preferences and set a default display time for new text captions. By default it is set to 3 seconds for all new text captions, but you could change it. In CP 5 the default is set to 3, does anyone know how to change it?
    Thanks,
    Mark

    Hello,
    It is exactly in the same place as in Captivate 4: Preferences, Global, Defaults. See screenshot. Or perhaps I do not understand your question well? If you are looking for Apply to all, you have to go in the Properties, but I did not understand that this was your question.
    Lilybiri

  • Errors: Length for text entry field must be between 1 and 32

    Hi Guys,
    I have has the following error messgage when defining and using a text variable in a series of columns in a characteristic structure.  In addition the text display does not work for 1 specific calculated key figure, It just displays the name of the text variable.  Where ever this type of calculation is used I get the text variable tecnical name displayed!
    i.e &0T_FPER& -2 % on LY where calc =
    '&0T_FPER& -2 Actual'/'&0T_FPER& -2 Last Year' -1) * 100
    There is a calc KF as above for -1 % on LY, and LY
    Why do i get the above error message and how can I get the text variable to display for the this Calc Key Figure?
    Thanks
    DV

    Hi Depesh,
    I had the same issue and I solved it by moving the rest of the text beside the Text Variable to the next line. I.e.,
    &0T_FPER&
    -2 %
    To do this just go to the end of the text variable and click enter.
    Hope this helps.
    Kumar

  • How do I disable my Apple ID as my display name for text messages?

    I recently purchased the Macbook Pro with retina display and now when I send text messages from my phone or computer it displays my Apple ID instead of my name to the recipient. I have tried changing the settings with iMessage on my macbook but it won't go away. How can I disable this feature?

    you will need to login to
    https://supportprofile.apple.com/
    and deregister yourself from imessage

  • Global Keyboard Shortcut for Text-Entry

    I have found what seem to be extremely simple instructions for creating a Keyborad Shortcut which, when pressed in any app, will cause a string of text to be "typed." I need this because I have a problem typing numbers without messing them up. Let's say I want to have a command key (e.g. Shift-Control-Command-c) which would cause "+1-323-555-1221" to be entered wherever I am (TextEdit, a box in a web browser, whatever). Here are the instructions I've followed:
    1. Go into "Automator" and create a "Service."
    2. Set the service to "recive no inpout" in "any application"
    3. Drag "Run AppleScript" from the left column and then set the text exactly as follows:
           tell application "System Events"
             keystroke "+1-323-555-1212"
           end tell
    4. Save the script with a name (e.g. "MyAutoTextScript")
         (note that at this point, if I press green "Run" button inside Automator,
           "+1-323-555-1212" WILL be typed write into the script editor window,
           so that seems good, no?!
    5. Go into System Preferences -> Keyboard -> Keyborad Shortcuts -> Services, and find "MyAutoTextScript"
    6. For "MyAutoTextScript", set a shortcut using "Add Shortcut".
    SO... I've done all of this and AAAAAARRRRGH, it doesn't work! When I go into any app at all and press this key combination - I tried a bunch of them - it just does nothing. Tried TextEdit, Terminal, etc., etc. No text is entered. Nothing happens.
    At first I thought maybe the Keyborad Shortcut combo I chose was a conflict, but supposedly, it's supposed to tell me if there's a comflict (though I've tested that by trying a combo that I KNOW is taken and it does *not* tell me of a conflict (strange!), but anyway, no matter WHAT combination I try, NOTHING.
    I really would appreciate help with this. I'd rather not use some crazy third-party app for something like this which seems like it should be so simple. And I need this because of the disorder I have to live with which causes me to muss up these numbers.
    Help is much appreciated!
    Thanks.
    Alex

    Same thoughts.
    Spotify connect via mac. Play, pause, next previous works well with the keyboard shortcuts. However, for volume control using the the tiny volume slider is not ideal.
    Any workaround would be greatly appreciated. 

  • Cp5 - Text Entry Box - Fill Alpha =0 Text doesn't display

    In previous versions I was able to select a trans background for text entry boxes. They've created a Fill and Stroke option where I can select Fill Alpha=0 (tranparent) but when I select that, the text doesn't display in the text box when I type, as it did in the previous version. When I go to the style editor, the preview displays correctly. My text colour is black and the image is white.
    Thoughts?
    M-

    It is aknown bug that they are working on. Alas.

  • Assessment Sim - Display Score

    Hi Folks,
    I have created lots of sims in the past w/ RoboDemo and many
    demos in Captivate.
    However, I'm in the process of creating an Assessment Sim in
    Captivate 1, and I can't display the score at the end of the movie
    (swf or html).
    I have selected Show Score at End of Quiz; designated
    Reporting Properties (Include in Quiz; Report Answers) - I have
    unchecked this option, as well). I have also checked (and
    unchecked) Enable Output Options in the Quiz Manager; designated a
    variety of Required options (User must take quiz, etc), etc.
    Am I unable to display a score at the end of an assessment
    sim? That is, does the display score feature only work in
    conjunction with Question Slides?
    Any ideas?
    Thanks in advance.
    D.

    A score is a score. So if you have scored the text entry you
    should be able
    to display it exactly how you've been taught to display it.
    Not sure what
    you mean by "taught in authorware" but the same principles
    should apply.
    HTH;
    Amy
    "spysum" <[email protected]> wrote in
    message
    news:ellt3p$3mv$[email protected]..
    > Is there any way that allow me to diaplay the score
    sheet for text entry?
    > wat the example taught in authorware is in response with
    buttons.
    >
    > Thanks.

  • How to hide the cursor in text entry boxes

    I didn't see this answer in the forum, and it took a while to figure this out so I thought I'd post my
    solution.
    The issue is that a question requires that the user know where to click before typing, then type the correct value.
    The problem is that a text entry field shows the cursor; a dead give-away as to where the user is supposed to type.
    My solution is:
    1) Hide the text entry box (give it a name and uncheck 'Visible' in the options).
    2) Add a transparent button (with default text if needed) over the area where the user must click.
         - Set the 'Success' option to 'Show', and make the 'Show' item the name of your text entry box.
         - Disable all captions (unless they get points for clicking in the right place).
    3) Set the object timing so the button displays until clicked, then end the button display.  Start the display of the text entry field immediately after the end of the button display.
    The effect is that the user clicks the correct area, then the cursor displays in the correct location, ready for the text entry.

    Brilliant!
    You get a gold star for this idea.  Very original thinking.

  • Text Entry Captions not created

    Using Adobe Captivate 5.0 - Training mode is not creating the Text Captions for Text Entry Boxes, even though selected in the Training/Recording settings. Creates Text Entry box, but no Text Caption. Really want this to work when recording SAP simulations, but doesn't even seem to work when recording internet browser or MS Oulook either. Any ideas?  Thanks.

    Hello again
    Perhaps it will help if I simply describe how Captivate usually works. There are several ways to record. There is "Full Motion" (FMR) where everything is recorded just like a movie. Not the best way of working bit is possible. In FMR no captions or anything of the sort is added during the recording process, but you may add them later if you like.
    Then there is the "slide by slide" capture mode. Each click of the mouse generally results in a screen capture. But this mode of capturing has four variations.
    * Demonstration
    * Training Simulation
    * Assessment Simulation
    * Custom
    Demonstration mode provides text captions for activity. Click this or that. Also, highlight boxes are added along with tracking mouse movement.
    Both of the simulation modes will ignore text captions, mouse tracking and highlight boxes. Instead, these modes simply add Click Boxes and Text Entry Boxes to allow "simulation" or interacting with the Captivate. These objects offer "Feedback" captions to indicate Correct or Incorrect actions.
    From what you have described, you want to enable "Custom" recording mode where you choose the mix of elements you get.
    However, NONE of these modes will analyze what is happening and describe it to the user. Instead, they may or may not recognize what you are clicking on in order to create captions. You might see funky names like "Click the TechnicalNameForControl" control.
    Does this help any?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Problem with Text Entry BoX in Adobe Captivate 6

    I could not enter correct responses for my text entry box. Plus, the "success" and " failure" options were greyed out for me under properties>options.
    I notice my icon is IAB for text entry box, whereas some users have a placeholder sign for the icon.

    This is very strange, even when not validated you should have at least the Success option in the Properties panel. If it is not validated you are left only with the Success event, that can fire an action when the Submit button for the TEB is pressed (or the shortcut key is used). You cannot be working on a master slide, because it is not possible to insert a TEB there. Please, post a screenshot of the stage with the properties panel, actions accordion.
    http://blog.lilybiri.com/events-and-advanced-actions
    Lilybiri

  • Define suitable labels and descriptions for an entry point.

    Hi All,
          I have tried to define suitable labels and descriptions for an entry point. I am following the documentation:
    http://help.sap.com/saphelp_nw04/helpdata/en/36/8b6b4066d9bf49e10000000a1550b0/content.htm
    I have done all those steps as per the documentation. But it is not working. I am not getting any display change for my entry point folder.
    Any idea of what to do?
    Please help me out.
    **Points will be rewarded for a suitable answer.
    Regards,
    Uttam.

    Hi,
    in side project folder src.api:
    package: com.XXX (Created File Label.properties)
    =_d=Description
    package:  com.sap.netweaver.rf.wrapper
    Class: IRFServiceWrapper.java
    import com.sapportals.portal.prt.service.IService;
    public interface IRFServiceWrapper extends IService{
        public static final String KEY = "com.XXX";
    Class: RFServiceWrapper
    package com.sap.netweaver.rf.wrapper;
    import com.sapportals.portal.prt.service.IServiceConfiguration;
    import com.sapportals.portal.prt.service.IServiceContext;
    import com.sapportals.wcm.crt.CrtClassLoaderRegistry;
    public class RFServiceWrapper implements IRFServiceWrapper{
    private IServiceContext mm_serviceContext;
    Generic init method of the service. Will be called by the portal runtime.
    @param serviceContext
    public void init(IServiceContext serviceContext){
      mm_serviceContext = serviceContext;
      // only NW04: CrtClassLoaderRegistry.addClassLoader(this.getKey(), this.getClass().getClassLoader());
      CrtClassLoaderRegistry.addClassLoader(this.getClass().getClassLoader());
    This method is called after all services in the portal runtime have already been initialized.
    public void afterInit(){
    configure the service : @param configuration
    public void configure(IServiceConfiguration configuration){
    This method is called by the portal runtime when the service is destroyed.
    public void destroy(){
    This method is called by the portal runtime when the service is released.
    public void release(){
    @return the context of the service, which was previously set by the portal runtime
    public IServiceContext getContext(){
      return mm_serviceContext;
    This method should return a string that is unique to this service amongst all
    other services deployed in the portal runtime.
    @return a unique key of the service
    public String getKey(){
      return KEY;
    Config file portalpp.xml
    Bundle File : com.XXX.Labels
    I hope that it works to you
    Greeting Toni Guzmá

Maybe you are looking for

  • Payment of Salary-Specific Cases

    Dear All Business Scenario-1 XYZ joined the company on     01-02-2014 He worked up to 10-02-2014. He was not reported to duty from 11-02.2014 to 20-01-2014 He was not entitled for any leaves etc. Absence days were 10 days Total Working days-20 days.

  • Itunes, Imovie, Final Cut   ALL WONT OPEN

    So i have recently deleted my quicktime, and then I tried to re-install. When i tried to re-install, It told me that quicktime was already on my computer so i went and searched for allll quicktime components i could find and trashed them, thinking i

  • Tax code A0 country IN does not exist in procedure ZTAXIN-Message no. FF713

    While posting customer invoice using output tax code A* for country IN, I get the following error message: Tax code A0 country IN does not exist in procedure ZTAXIN Message no. FF713 The tax procedure ZTAXIN is assigned to comp code, taxes are config

  • Pattern matching for range of numbers

    I am facing problem in using a pattern like [200-300] to match any number in the range 200 and 300 inclusive. I wrote following code: public class RangeTest {      public static void main(String[] args) {           String pat = "[100-200]";          

  • Syncing iphone 3 to itunes

    I want to sync my iphone 3 to itunes so that all the contacts/photos/music can be transferred to my new iphone 4, I'm a bit worried that if I sync my phone to itunes all of this will be deleted?