Adding comment box in Microsoft forms if rating is below certain number - ms-forms

We want to create Microsoft office form where there will be lot of questions having ratings as options.
In this, we want the comment box to appear if rating submitted is below certain values.
Eg: if rating submitted is below 3 out of 10, then before moving to next question user should add a comment why rating was below 3.
Is it possible to implement this?
Tried branching, but it is not very helpful

Related

Oracle Apex - Display Items based on number of values

I have a regular link on an Interactive Report:
That links sends the Deal Number information into a different page where the user will be able to update all product information.
As per customer request, I need to use items. Issue is, that I need to show one textfield item per Product, so for example:
If Peter is selected (as per my snap above), I would need to show 2 textfield Items, one for Product 'ABC' and another for Product 'XYZ'.
If John is selected, I would need to show 3 textfield Items, one for 'Product1', one for 'Product2' and another for 'Product3'.
Is there a way to achieve this dynamic display of items?
If so, how can I make Item 1 to show Product1 info, Item 2 to show Product2 info and so on?
Thanks
There are a couple of routes you can take, each one has it's pros and cons.
1. the APEX_ITEM API
This is an API that renders apex items, as part of a sql query or in a static region with pl/sql source (not tested that last option)
Pro:
a lot of flexibility
Cons:
Look and feel is "old" - doesn't look anything like the modern page items that exist in the universal theme and you're stuck with that old look and feel. Lots of hardcoded pl/sql.
2. A fixed number of pre-created items.
Create a number of items and populate only the ones you need, eg P1_PRODUCT1_NAME, P1_PRODUCT2_NAME, ... .If you only need a single product then you're populate only P1_PRODUCT1_NAME, else you'd use as much as you need. With server sided conditions you hide/show the ones not needed/needed
Pro:
All the bells & whistles for look and feel you have in "normal" forms
Cons:
Can't render more products than what you created items for in your page. What if you create fields for 10 products but you need 11 ?
3. Interactive Grid.
I know "the customer wants items" but this component is specifically written for this purpose. I'd definitely consider this as an option - maybe you can make the customer change his mind.
Pro:
Very modern apex component, highly configurable. Check the interactive grid cookbook for a ton of advanced examples.
Cons:
Not items - this is tabular form/spreadsheet layout. Not all end users like them as a form of data entry.

magento extension for ask questions to customer based on the answer display related products

I am novice to magento.I need to create one extension.It is used to display the question when i click category link.The customer must answer for that question then next question display on the screen customer answer for that it still some of questions customer must answer.Then related products are displayed based on the answers given by the customers.
Example:Your skin colour is? options are available like 1.white 2.black 3.brown.
I also searched in google for the extension but i didn't saw the related extension.Can any one suggest for this? Advance Thanks

Custom Fields in Virtuemart allowing user to enter amounts

my question is probably simple for most but its troubling me and ive been googling for sometime now.
Im trying to create a product on this following website for a client
https://www.anigmabeauty.co.nz/index.php?option=com_virtuemart&view=category&virtuemart_category_id=1&Itemid=235
I want to create another Voucher called $100+ Gift Voucher with that voucher set at $100.00 obviously. when the viewer clicks on this I want to have a "Enter Amount" box where the viewer can enter the amount they want to pay for a Gift Voucher. for example if they wanted a $210.00 Gift Voucher, they simply enter $210.00
I managed to do this with custom fields but it then adds the amount entered (eg. $210.00) onto the $100.00 which I dont want. If it is possible I would like the $100+ Gift Voucher set to $0 dollars and whenever the viewer types in the value they want (eg. $210.00) and then go to the Shopping Cart the Total amount will be $210.00
Any help would be AMAZING
Thanks
I think you can't exactly do this with current VM without any core files modification especially cart helper and related files.
But i think you can achieve this in another way .like you are planning to provide a text box for entering the amount in front end . instead of that you can provide a list box with predefined values.This you can achieve by using the VM custom fields options .
There is one option for making a list of values for custom fields.
Hope this may help you..

Product calculation by custom dimensions in Magento

I already asked this question (like many before me) in the Magento 'How do I' forums and have not received any answers/ideas.
I want to create a customisable product (picture/mirror frames) by size (height/width) enabling the user to enter the size.
I have seen this done in another Magento site with the ability to select unit of measurement which is another excellent feature I would like to use.
Any ideas on how to achieve this would be greatly appreciated.
Take a look at custom options of an product. There is little documentation, but here you can determine attributes without fixed values like normal attributes have.
You can find the 'Custom options' tab while editing a product in the menubar at the left.

Magento add rate options to products

i wanna add the option to vote for a product or give a rating, you know, the 5 stars, the user pick an amount, i don't know if i can do that in the backend, untill now, no result, i need someone to guide me with this, maybe i need a new module, or maybe just configure the backend and wow, its done.
thanks
Refer to this forum post. Basically, you need to go to admin Catalog>Reviews and Ratings>Manage Ratings to set up the options for Ratings, and then assign them to your store view. The default templates should then show the Ratings html widgets.

Resources