shondalai.com Forum

Welcome, Guest
Recent activity
  • Maverick replied to the topic No maps on HTTPS.

    July 29 at 9:03 am

    Can you let me know the websire address to see the issu3?

    9 years ago

  • Jason created new topic No maps on HTTPS.

    July 29 at 5:57 am

    Hi Maverick, installed GPStools on my site, no maps showing with https, but showing with http, but need my site to be https. Any ideas?

    9 years ago

  • Maverick replied to the topic Total Reponses Figure (Number) Per Question.

    July 29 at 2:29 am

    All right, here is the final query all you need to build only completed responses details in your consolidated report.  Edit components/com_communitysurveys/models/survey.php and find at line 3510 $query = ' select question_id, answer_id, column_id, count(*) as votes from #__survey_response_details where question_id in (select id from #__survey_questions where survey_id='.$id.') and group by answer_id, column_id order by question_id'; Change it to $query = ' select question_id, answer_id, column_id, count(*) as votes from #__survey_response_details where response_id in (select r.id from #__survey_responses r where r.survey_id='.$id.' and r.completed > r.created) and (answer_id > 0 or column_id > 0) group by answer_id, column_id order by question_id';

    9 years ago

  • Robert Stones replied to the topic Total Reponses Figure (Number) Per Question.

    July 28 at 10:10 pm

    Maverick wrote: If I count total number of votes for each answer in your first question then it shows the correct number. So I can't think of anything wrong in that. You can find and delete the response details which are not belong to the 18 responses given by the users with the following sqls. (please make sure only 18 rows in xxx_survey_responses table, otherwise what you are saying about "only 18 completed responses exist" goes somewhere wrong) Check if there are any rows: select * from xxx_survey_response_details where response_id not in (select id from xxx_survey_responses where survey_id = YOURSURVEYID) If any, delete them as these are somehow not deleted when you deleted responses (if any): delete from xxx_survey_response_details where response_id not in (select id from xxx_survey_responses where survey_id = YOURSURVEYID) Do this if you have only one survey as I have not added check for multiple surveys above. Maverick, It's coming nearly to the close of my survey Weds 29th July midday GMT) and I will have to start documenting the findings and analysing the data straight after the closure of the survey tomorrow. I still feel you and I are a way apart on understanding the nature of my issue but that's ok it happens, I will try to explain it one last time and see if we can meet in the middle with a solution, that I desperately need... you could even say for my future, as if this doesn't work out with how I need it to, my dissertation won't be worth the paper it's written on and I've put way too much work into it. I'm attaching a screenshot I made with a few annotations to try and help the understanding between us both. So, as I extended the survey from yesterday Monday 27th July, as I felt there weren't enough 'Completed Respondents', currently as it stands there are NOW 33 'Completed Respondents' - Although in the 'Consolidated Results' currently, the 'Total Responses' range from currently between 52 and 33 throughout the consolidated results page. I appreciate what you said previously about why you include both 'Pending - Those who didn't complete the survey' and 'Completed - Those who did complete the survey', which I understand is what makes the 'Total Responses' figure but the problem for me is the inclusion of the 'Pending' one's throughout the extension. The reason they're a real problem for my survey is that also in the 'Consolidated Results' page, the pie charts to the right hand side, as well as the horizontal bar charts underneath the questions and answers, of which I plan to use a mixture of both in my dissertation report as part of the analysis of the returned data; is INCLUDING the 'Pending Results' and hence is skewing the data and my ability to actually use the survey closed results in my report. Once my survey closes in a little over 13 hours time, I need to ask you if there's any way at all that we can work together, to be able to fully remove the 'ALL Pending Results' from the Final 'Consolidated Results' in the 'Total Responses', leaving JUST the 'Completed Responses (Only those that fully completed the survey) which would then show in both the horizontal bar charts and pie charts throughout the above linked 'Consolidated Results' page. If the above can fingers crossed be achieved, I can most definitely relax and make use of the data from the survey in my University Report. I look forward to hearing from you, hopefully soon and will say a prayer this evening I think. Regards,

    9 years ago

  • Maverick replied to the topic Final Score at Top & Skip Intro.

    July 28 at 6:50 pm

    In v4, the quiz is taken with Ajax methods. So there is no previous files here. Edit components/com_communityquiz/controllers/response.json.php And you should find below code foreach ($questions as $question){ $question->rid = $responseId; $output = $output . JLayoutHelper::render($layout.'.results.question', array('item'=>$question, 'params'=>$params, 'rid'=>$responseId, 'basePath'=>''));}$output = $output . JLayoutHelper::render($layout.'.results.score', array('item'=>$quiz, 'params'=>$params, 'rid'=>$responseId)); The last line is for displaying the results and the for loop is for displaying questions. So you can be the last line above the for loop there. Show Intro: This should be a bug. I am fixing this.

    9 years ago

  • J Godinez created new topic Final Score at Top & Skip Intro.

    July 28 at 5:23 am

    Hello again Maverick, I'd like to place the score of a quiz at the top of the results page. I've tried the steps on this topic (https://www.corejoomla.com/forum/support/community-quiz/11820-final-score-at-top-of-results-page.html) but such paths and files are no longer in the newest version. ¿How can I place it? Another question is, how can I skip the intro? The problem is that every time I switch the value of "Show Intro" into "Hide", after saving, the parameter automatically is turned off. Thank you for your help.

    9 years ago

  • J Godinez said thank you to Maverick for his/her reply to the topic Error - You have already responded to this quiz..

    July 28 at 4:48 am

    Edit your quiz and set "Allow Multiple Responses" to Yes in your quiz options.

    9 years ago

  • J Godinez replied to the topic Error - You have already responded to this quiz..

    July 28 at 4:38 am

    Thank you!! I'm so sorry, it was a really simple issue. Great support!

    9 years ago

  • Maverick replied to the topic Error - You have already responded to this quiz..

    July 28 at 3:15 am

    Edit your quiz and set "Allow Multiple Responses" to Yes in your quiz options.

    9 years ago

  • J Godinez created new topic Error - You have already responded to this quiz..

    July 27 at 11:32 pm

    Hi! I'm triying to make a quiz accessible many times as the user wants. When I try to resolve the quiz again, it says: You have already responded to this quiz. |RC = 1 How can I enable a multiple times resolve? Thanks!

    9 years ago

  • Sulaimon replied to the topic EDIT CJBLOG HEADER MENU.

    July 27 at 9:31 pm

    I have edited the Toolbar.php file and taken off the items i dont want to display. Now, how do i choose which of the mainmenu pages i wish to display the CjBlog header.    Thanks Maverick

    9 years ago

  • Chris Chase replied to the topic Survey Titles Not Saving.

    July 27 at 9:05 pm

    Hello Maverick,    We are looking into this on the server level and hopefully that will resolve the issue with the titles not saving.  Thanks for all the help!

    9 years ago

  • Malcolm replied to the topic Multipage Surveys - How To?.

    July 27 at 7:17 pm

    Thanx Maverick - much appreciated!  Clearly, sometimes one can't see the woods for the trees - my bad!  

    9 years ago

  • thegrindlab replied to the topic How can visitors display all tracks that have been added?.

    July 27 at 4:12 pm

    OK. That's my dilemma. I expect our database to grow significantly. I may need to have a radius search module (with results limits) developed if I choose to continue using GPS Tools. Thanks for the info.

    9 years ago

  • Maverick replied to the topic How can visitors display all tracks that have been added?.

    July 27 at 4:04 pm

    I suggest you to refrain from showing such huge number of points. A 1000 points map would be the max limit imho.

    9 years ago

  • thegrindlab replied to the topic How can visitors display all tracks that have been added?.

    July 27 at 3:59 pm

    Thank you. Now, if the database has a really high number of tracks in it (let's say 10,000 records), if we display all, will that cause a delay in page load or cause extra load on the server to call and display so many records?

    9 years ago

  • Maverick replied to the topic How can visitors display all tracks that have been added?.

    July 27 at 3:51 pm

    You can set the number of tracks to display to higer value and it will show them. But I am not sure if there is some limitation of number of points displayed on Google Map.

    9 years ago

  • Maverick replied to the topic Multipage Surveys - How To?.

    July 27 at 3:45 pm

    Just beside the dropdown, you should see a dropdown button with all commands.

    9 years ago

  • thegrindlab created new topic How can visitors display all tracks that have been added?.

    July 27 at 1:07 pm

    We are able to show a specified number of tracks on a map via the module provided with GPS Tools. However, unless I am missing something, the maps are limited to showing a maximum of tracks based on the number we specify. Is there a way for site visitors to display more/all tracks? For instance:• A site has 500 tracks in its database• The map module is set to show 100 tracks near a particular gps location• Site visitor wants to view tracks in areas far from the location specified on the mapHow does that visitor view tracks outside that 100 track range on that map?   Thank you for any insight.

    9 years ago

  • Malcolm created new topic Multipage Surveys - How To?.

    July 27 at 9:36 am

    Hi Maverick - for the life of me I can't figure-out how to configure a multi-page survey.  I would like to make use of the conditional facility on the first question, which is a straight-forward yes or no response.  If the response is yes, then proceed to the first question on the next page (i.e. page two).  If the answer is no, then finish and terminate the survey.  However, where do I create/configure a page two?  The drop-down gives an editable field (presumably for entering a 'page two' value), but it responds with a 'not found' message, and insists on a 'page one/ID' value.  Would appreciate your urgent advices - thank you. Community Surveys MySQL 5.5.44 PHP v5.6.9 Joomla 3.4.3 Stable Joomla Platform 13.1.0 Stable

    9 years ago

Powered by CjForum