fatemah saeed basunbul
-
fatemah saeed basunbul created new topic edit report code.
October 29 at 2:06 pm
Can anyone help me to edit report php or script code to change some results in question for total votes i need to calculate total vote for some group of questions that have the same answers. -
fatemah saeed basunbul replied to the topic STARTDATE and ENDDATE display.
September 11 at 7:11 pm
thanks Maverick, also can i display the survey schart for the specific survey in article page in frontend? and also can i display the report in frontend for a spicific user category for examlpe we have a survey for the student only can i display report just for some student when they are login in frontend? -
fatemah saeed basunbul said thank you to Maverick for his/her reply to the topic STARTDATE and ENDDATE display.
September 11 at 7:04 pm
1. No 2. There is no such concept like invalid votes. you can make a question mandatory and they must answer it. However you cannot force sombody to select only particular option. If that is what you expect, community quiz is the best choice than CS. -
fatemah saeed basunbul replied to the topic STARTDATE and ENDDATE display.
September 10 at 6:45 pm
Mnay thanks Maverick 1- i try the trick for start and end date but it is display the date by the week . can i make it as the date like 12-9-2015 see the attachment pic. 2- the cahrt it is display the columns thanks alot also i need some support in the follwing 1- can i make the report chart result for all question in the survey as a total result or for every section not only for every question? 2- in the survey when the responses close the browser before complate the survey can i display these responses in reports as an invalid vote? again many thanks for your support. -
fatemah saeed basunbul liked a reply to the topic STARTDATE and ENDDATE display.
September 10 at 6:43 pm
-
fatemah saeed basunbul said thank you to Maverick for his/her reply to the topic STARTDATE and ENDDATE display.
September 10 at 6:43 pm
1. Edit components/com_communitypolls/views/survey/tmpl/default.php and find echo JText::sprintf('TXT_LIST_ITEM_META', $user_name, $category_name, $formatted_date); Change it to $published_date = CJFunctions::get_formatted_date($item->publish_up);$unpublish_date = CJFunctions::get_formatted_date($item->publish_down);echo JText::sprintf('TXT_LIST_ITEM_META', $user_name, $category_name, $formatted_date, $published_date, $unpublish_date); Now find below string your language file languages/en-GB/en-GB.com_communitysurveys.ini TXT_LIST_ITEM_META="Submitted by %1$s in %2$s, %3$s." Change it to TXT_LIST_ITEM_META="Submitted by %1$s in %2$s, %3$s. Publish date: %4$s. End date: %5$s" 2. Edit media/com_communitysurveys/js/cj.survey.min.js find var chart = new google.visualization.PieChart(document.getElementById($(this).find('.chart-wrapper').attr('id'))); change it to var chart = new google.visualization.ColumnChart(document.getElementById($(this).find('.chart-wrapper').attr('id'))); -
fatemah saeed basunbul created new topic STARTDATE and ENDDATE display.
September 10 at 7:56 am
1- Can help me to display survey start date and end date in LIST_ITEM_META_DATA? 2- Can i change the circles in report chart to columns? and make the report for all survey not only for every question? please help me asap. Thanks for all, -
fatemah saeed basunbul said thank you to Maverick for his/her reply to the topic Save and Next Buttons not working and Unable to access survey by anyone other than Super User.
May 20 at 12:21 pm
The issue is there is a conflicting jquery library being loaded at below location -
fatemah saeed basunbul liked a reply to the topic Save and Next Buttons not working and Unable to access survey by anyone other than Super User.
May 20 at 12:21 pm
-
fatemah saeed basunbul replied to the topic Save and Next Buttons not working and Unable to access survey by anyone other than Super User.
May 20 at 12:20 pm
Thanks alot i remove it the buttons now work. -
fatemah saeed basunbul replied to the topic Save and Next Buttons not working and Unable to access survey by anyone other than Super User.
May 19 at 5:00 am
Any help for me this is my website surveys page... -
fatemah saeed basunbul replied to the topic Save and Next Buttons not working and Unable to access survey by anyone other than Super User.
May 18 at 6:10 pm
Please i have the problem in my suryes next and save button dose not work :( help me please