Is it possible to customize/add the comments on Ratings.. :)

Hello All,
This query is about Rating feature again.
Have changed the configuration by adding:
1. No of Rating Points from 5 to 10.
2. Max No of Comments from 3 to 5.
This was just to experiment whether siuch change is possible. And yes, it does work fine.
Question:
Ideally, the no. of rating points is 5 with comments like <i>Excellent</i>, <i>Very Good</i>, <i>Good</i>, <i>Poor</i> and <i>Very Poor</i>.
<b>Now since ive changed this attribute from 5 to 10, how can I add more commetns like the ones mentioned above</b>?
Awaiting Reply.
Thanks and Warm Regards,
Ritu

Hello Kirupanand,
Firstly thank you for your inputs but i think u missed my question.
I have already changed some configuration in the RatingService but now I want to add more comments in the pop-up which shows Excellent, Good, etc.
Where is this controlled??
Awaiitng Reply.
Thanks and WArm REgards,
Ritu

Similar Messages

  • How to add the "comment and markup toolbar" in adobe reader 9

    Hi there, I've been trying to add the comment and markup toolbar in acrobat reader 9 but I simply cannot do it. I've tried both the Tools and View menus but I cannot add this particular toolbar. Does anyone know the reason? What can I do to get this toolbar? Even when in a pdf document commenting is not allowed, Should'nt I be able at least to see the toolbar unavailable?
    Many thanks,
    Enrique

    Impossible, and illogical. PDF files are not streamed or RAM-cached so if someone is viewing a file they must have already saved it.

  • Is it possible to customize the email heading (subject) when using a email submit button

    I have created a button for inserting a completed form into an email. Being the button auto inserts is it possible to customize how the button
    titles the email & subject upon insertion?

    You can have more control on the email subject/ to and CC Email address, if you use a regular button and place the code in the click event.
    Refer to the attached sample below.
    https://acrobat.com/#d=HouRLov3lOntSbqAfsr5Hg
    Thanks
    Srini

  • In the OOTB comments component of CQ5.4, the comments are getting posted after some delay.

    We are currently working on CQ 5.4 and have configured two publish instances with one author. We are also using IIS 7.5 as a dispatcher and load balancer (as there are 2 publish instances). We are using the OOTB comments component. Whenever we are posting a comment in publish, sometimes, the comment is not appearing immediately, we have to refresh the page and then the comment appears(after some delay). This creates the impression that the comment is not posted and hence causes confusion. Is it because we are using 2 publish instances that is causing this delay? Please let us know how can the comments appear immediately without any delay and without explicitly refreshing the page?

    The issue most likely is that you are using two publish servers. Assuming you have the workflows set up for no moderation and immediate availability of the comment then most likely what you are seeing is the impact of reverse replication. When a comment is posted it is stored on one of the publish servers, and then is replicated back to the author server using reverse replication. On the author server a workflow kicks off and the comment is then activated to the publish servers, and dispatcher cache is flushed. Its been a while since I used 5.4 so I am not sure if the comment AJAX is dispatcher cached or not. If the comment AJAX isn't being dispatcher cached then you could set up sticky sessions on your load balancer that is in front of your publish servers and you would probably end up seeing the post immediately. Sticky sessions might not work however if the comment code is checking status - it might actually be waiting for the comment to be replicated back out by the author server - I am not 100% sure. But it should be easy to try the sticky sessions option.
    Most of solutions would involve a customization of the comment functionality. I have a client where we overrode the comment posting actions and then had the JavaScript dynamically add the comment data into the DOM rather than refreshing the page/comment list. This gave the appearance of the comment being immeditely available.

  • Can I add two "Comments and Markups" toolbars?

    I often need to mark up drawings in Adobe Acrobat, and I find it difficult to continuously change from green to red, which takes a fair amount of time. Is that a way to speed up the color change? Or possibly could I add two "Comments" toolbars so that one could be green and one could be red?

    Have you thought of Acrobuttons by WindJack? It helps you write small javascripts that you then keep on your toolbar.

  • Add a comment to a query cell (Characteristic / Key Figure Combination)

    Hi Gurus
    Essentially we are attempting to allow users add a comment to a number they enter in an IP planning screen. 
    The issue we have is that when we add the comment using the standard right click functionality it is stored against the basic key figure, not the characteristic/key figure combination.  This means that the same comment will appear everywhere that key figure is used.
    Is there a way to make comments specific to characteristic/key figure combinations so that they would show against only that cell?
    Thanks
    Gareth

    Hello,
    have you tried the GRID reporting. if the structure of your report is fix you can use a formular for each cell.
    In we reporting you have the possibility to change the output of the report with the web table interface (user exit)
    I have no other idea.
    reg.
    Michael

  • How to add the text box with background color in Acrobat 9 Pro ? (Urgent)

    I have previously used the Callout tool to add the comments in a PDF file, but the comments were difficult to read as some of them were mixed with the pictures just shown below. Therefore , I hope that there's a tool that can create the box with background color, but I cannot find such tool. What should I do ? Hope to get the answer ASAP, as it's very urgent !
    P.S. The picture below is represent the problem: the comment are difficult to read.

    In the properties of the callout comment you can change the fill color.

  • How to add column comments to table

    at the time of creating the table, how to add the comments t columns.

    Hi,
    I do not see any way in which you can add comment on column while issuing create table command. You can add comment on the column only after the table is created.
    Regards
    Anurag Tibrewal.

  • Can i transfer the comments column in itunes to ipod classic 160 gb

    Can I ?

    The data will be transfered anyway as part of the tag, but the Classic has no way to display it. You can use my KeywordsToLyrics script to add the comments into the lyrics field which can then be viewed on the Classic.
    tt2

  • Ratings and Comments vs Ratings and Comments?

    A little background, we are currently on CQ 5.4 but are working on migrating to AEM 5.6.  In 5.4 we overlaid the OOTB Comments/Ratings components so now when we upgrade we have a few issues that we need to work out.  While looking at the code differences between OOTB 5.4 and OOTB 5.6 you can see that everything related to Ratings and Comments in 5.6 is deprecated. 
    Ok.  We'll deal with the upgraded version then... problem is the Adobe documentation still actively promotes the old (now deprecated) ratings and comments components:
    http://dev.day.com/docs/en/cq/5-6/administering/social_communities/comments_and_ratings.ht ml
    As well as what appears to be the new ones:
    http://dev.day.com/docs/en/cq/5-6/developing/DevelopingWithSocialCommunities/SocialCommuni tiesElements/UsingRatings.html
    Even the Geometrixx code in 5.6 uses a mixed bag of old and new depending on which part of the Geometrixx code you are looking at.  The sidekick in 5.6 has the old "Collaboration" group as well as the "Social Collaboration" group with a Ratings and Comments component under each group. 
    Clearly we don't want to continue using code that is deprecated if we can help it but there are features in the old Ratings component that don't seem to be available in the new Ratings component.  Namely the ability to rate a page as an anonymous user.  The ability to "allow comments" is not clearly defined either.  I can see it working in the Geometrixx example on the second link above but I can't figure out how to configure it from the dialog or documentation.
    Additionally it looks like all the comments and ratings are going to be stored in a different place in the repository.  Is there any migration tool to move existing comments to the new structure?
    Any help is appreciated,
       Dave

    As a follow-up to one of my own questions, I see now that geometrixx-outdoors has a custom "reviews" component that allows ratings to collect comments.  I'll investigate this further.

  • IPad: Launch YouTube, click Add a comment. Google sign-in box cannot be dismissed by pressing the X. This was not the case in any of the four iPads in earlier OS versions. Only occasionally it is possible to press the X and close the sign-in box.

    iPad: Launch YouTube, click Add a comment. Google sign-in box cannot be dismissed by pressing the X.
    This was not the case in any of the four iPads in earlier OS versions. Only occasionally it is possible to press the X and close the sign-in box.

    if this is the first time to happen in this version of the app. then it may just be a flaw with that version, if you have already un-installed and re-installed the app then it will just be a waiting game at this point until youtube hears and it and fixes it

  • Is it possible to show the comments from Excel spreedsheets in Numbers?

    Is it possible to show the comments from Excel spreedsheets in Numbers? And can I create comments in new Numbers spreedsheets like Excel?

    Yes.  You can open excel files with comments and add comments using the menu item "Insert > Comment":
    Numbers will export a file as excel using the menu item "File > Export > Excel...":
    But will not natively save excel files.  So if you will be regularly working with a file in both Numbers and Excel you should consider using only one of the programs as the only way to save a document in Numbers is as a Numbers document.  Said another way Number can only import and export Excel.

  • How to add a comment for each row on the output of a report?

    I would like to add a comment (field) for each row on the output of report? This comment should to be saved as well. Is there a way i can do that?
    Regards,
    Ram

    Hi Dimitri,
    through the instead of trigger functionality i am able to update the view. This is view is based on different views which should be linked to a table (as you suggested) in which comments can be stored. Hower this table is empty and how to link this table with the view now? I face the following challenge.
    View consists the following columns, for example
    select name, sex, age from test_view
    name sex age
    John M 20
    Anton M 30
    Willy M 40
    shirley F 38
    sharon F 37
    The report has the following output, for example
    name     sex age
    John     M 20
    Anton     M 30
    Willy M 40
    Shirley F 38
    Sharon F 37
    Now i would like to add comment through a button.
    The report layout looks like
    name sex age
    John M 20 <add comment button>
    After submitting the <add comment button> you can enter text which deals with John
    text='John doesnot like me'
    Finally the report display the comment as well
    name sex age
    John M 20 'John doesnot like me' <update/delete comment button>
    Anton M 30 <add comment button>
    Willy M 40 <add comment button>
    Shirley F 38 <add comment button>
    Sharon F 37 <add comment button>
    After submitting the <update/delete button> you can change or delete the entered text.
    I hope this example clears things up.
    Regards,
    Ram

  • Automatically add a current date at the end of the comments

    Hi,
    I have a form on a table with 5 fields... on one the field I am asking my users to enter comments...
    I am looking for a functionality to automatically add a current date at the end of the comments, only when they are updated or newly filled in...
    Please advice how can I do it... I am anticipating some sort of a trigger on column (when the data is modified)...
    Thanks

    automatically add a current date at the end of the comments, only when they are updated or newly filled inDo you want to add the date to the page item itself and hence show it to the end user as and when its changed, thn
    Assuming comments item is named '*P1_COMMENTS* , add the following to the "execute on load"
    $('P1_COMMENTS').change( function(){
      var d = new Date();
      $s('P1_COMMENTS', $v('P1_COMMENTS')+ d.toUTCString() );
    });If its to be done only when updating ie in the PLSQL block
    UPDATE <table name>
    SET <comments _column> = (  SELECT DECODE(  NVL(<comments _column>,'')
                                                                          ,NVL(:P1_COMMENTS,'')
                                                                          ,<comments _column>
                                                                          ,:P1_COMMENTS||TOCHAR(SYSDATE,'DD-MON-YYY')
                                                  FROM DUAL
    WHERE <condition>

  • Is it possible to customize the halftone screen/angle used by the HP Laserjet 5000/5100

    Hi
    When sending an image to print on our 5000s and 5100s I'd like for the printer to apply a halftone screen of 85 (frequency) and 45 (angle). However, the driver properties only has two settings - Standard and Enhanced.
    I took a look at the PPD and found the following:
    *%=== Halftone Information =================
    *ScreenFreq:  "106.0"
    *ScreenAngle: "45.0"
    *ResScreenFreq 300dpi/300 dpi:  "60.0"
    *ResScreenAngle 300dpi/300 dpi: "45.0"
    *ResScreenFreq 600dpi/600 dpi:  "106.0"
    *ResScreenAngle 600dpi/600 dpi: "45.0"
    *ResScreenFreq 1200dpi/1200 dpi:  "180.0"
    *ResScreenAngle 1200dpi/1200 dpi: "45.0"
    I had hoped that simply by changing the screen frequencies to "85.0" it would do the trick (since 85 does not appear to be outside of the printers' capability). However, it resulted in no changes to the prints. I know (or at least think) the changes were "seen" by the print driver because I changed some of the text that it uses in the property boxes of the print driver and those changes appeared (e.g. I changed "Standard" to "Standard 2" for one of the halftone descriptions).
    My question is... can I customize the frequency/angle used or are these values fixed regardless of changes made to the PPD?
    Thank you.
    Mark

    What was the answer to this excellent question, please?
    Mark
    Student
    Posts: 1
    Registered: 05-14-2009
    0
    Is it possible to customize the halftone screen/angle used by the HP Laserjet 5000/5100
    Options 
    05-14-2009 06:56 AM
    Hi
    When sending an image to print on our 5000s and 5100s I'd like for the printer to apply a halftone screen of 85 (frequency) and 45 (angle). However, the driver properties only has two settings - Standard and Enhanced.
    I took a look at the PPD and found the following:
    *%=== Halftone Information =================
    *ScreenFreq:  "106.0"
    *ScreenAngle: "45.0"
    *ResScreenFreq 300dpi/300 dpi:  "60.0"
    *ResScreenAngle 300dpi/300 dpi: "45.0"
    *ResScreenFreq 600dpi/600 dpi:  "106.0"
    *ResScreenAngle 600dpi/600 dpi: "45.0"
    *ResScreenFreq 1200dpi/1200 dpi:  "180.0"
    *ResScreenAngle 1200dpi/1200 dpi: "45.0"
    I had hoped that simply by changing the screen frequencies to "85.0" it would do the trick (since 85 does not appear to be outside of the printers' capability). However, it resulted in no changes to the prints. I know (or at least think) the changes were "seen" by the print driver because I changed some of the text that it uses in the property boxes of the print driver and those changes appeared (e.g. I changed "Standard" to "Standard 2" for one of the halftone descriptions).
    My question is... can I customize the frequency/angle used or are these values fixed regardless of changes made to the PPD?
    Thank you.

Maybe you are looking for

  • Currency translation differences with an effect on earnings

    Product Version: SAP R/3 46.C Componente: EC-CS-CSF-E Currency Translation In currency translation program of ECCS (tx CX40) the prior year portion of translation differences that affects earnings is posted in current period in the earnings retain it

  • Mismatch calendar names in Outlook to device.

    I have a new BB Style with Sprint, previously had a Curve on Tmobile. On my first sync of calendar, contacts, memos, and tasks, I did not realize that my @sprint.blackberry.net email account was not configured properly. Outlook defaulted to naming th

  • Readonly primary key field

    Forms 6i Database 10g When I access a simple data record in an oracle form that consists of a CODE and DESCRIPTION where the CODE is part of the primary key, the CODE field is typically read-only and this is evident by the shade of the item. The item

  • How do i know my text message has been delivered

    how do i know if my text mesages have been received

  • RPM download issue in OEL5

    I am trying to update RPM's using up2date from server(OS version OEL5.4), when i am trying update RPM's, its not allowing me to update RPM's any ideas..? up2date --force oracleasm* Fetching Obsoletes list for channel: ol5_x86_64_latest... Name Versio