Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Developpement version of SkeletonQuest

  • DenisChenu
  • DenisChenu's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 4 months ago - 8 years 7 months ago #113920 by DenisChenu
Developpement version of SkeletonQuest was created by DenisChenu
Home page extensions.sondages.pro/skeletonquest-rwd-for-limesurvey
Free support and merge request : git.framasoft.org/Shnoulle/SkeletonQuest
Professional support : www.sondages.pro/contact-en

I work on a new SkeletonQuest version

Can be tested here : demonstration.sondages.pro

The changelog is here:
gitorious.org/skeletonquest/skeletonques...0a42c946d843d8efb2fb
Code:
- Use jquerymobile checkbox and radio 
- Fix the slect width for little screen 
- Use responsive table system : 767px actually, maybe put to big screen too 
- Move question help before answers for accessibility ! (no reason to help after answering) 
- Add some loading event 
- Put an hack for back button

Contribution and bug reporting are welcome.

Github : github.com/Shnoulle/skeletonquest/tree/dev

To fork and test:
Code:
git clone https://gitorious.org/skeletonquest/skeletonquest.git
cd skeletonquest
git checkout dev

Just testing :
github.com/Shnoulle/skeletonquest/archive/dev.zip
or
gitorious.org/skeletonquest/skeletonques...6d843d8efb2fb.tar.gz

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 8 years 7 months ago by DenisChenu.
The following user(s) said Thank You: Ben_V, oikos
The topic has been locked.
More
9 years 4 months ago #113932 by Ben_V
Replied by Ben_V on topic Developpement version of SkeletonQuest
Thank you Denis for sharing this huge work... I personally will use this template as main template for a new project and I hope that it may in the future, take place in LS original templates folder.

For the moment the only encountered issue is the well known added blank page when printing with FF & Chrome (mac), due to the body 100.1% height; As you already know, it's easy to fix it in print_template.css with some rule like:
Code:
html,body {height:99%;page-break-after:none !important}
.

Benoît

EM Variables => bit.ly/1TKQyNu | EM Roadmap => bit.ly/1UTrOB4
Last Releases => 2.6x.x goo.gl/ztWfIV | 2.06/2.6.x => bit.ly/1Qv44A1
Demo Surveys => goo.gl/HuR6Xe (already included in /docs/demosurveys)
The following user(s) said Thank You: oikos
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 4 months ago - 9 years 4 months ago #113933 by DenisChenu
Replied by DenisChenu on topic Developpement version of SkeletonQuest

Ben_V wrote:

Code:
html,body {height:99%;page-break-after:none !important}
.

Thanks,

Added to @media print in jquery-ui-custom
gitorious.org/skeletonquest/skeletonques...03d3a1f06ae566932db5

Some other fix to do for print page ...

Black and white button and no background on label.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 9 years 4 months ago by DenisChenu.
The following user(s) said Thank You: Ben_V, oikos
The topic has been locked.
More
9 years 4 months ago #113938 by Ben_V
Replied by Ben_V on topic Developpement version of SkeletonQuest

DenisChenu wrote: Some other fix to do for print page


No a bug but maybe a detail to consider... :unsure:

Sometimes it could be useful to indicate the href for the links located in some (selected by div or class) elements (question texts, answers, group descriptions etc.)...A start:
Code:
/* #mydiv, .myclass  */ a[href]:after{content:' ('attr(href)') '}

Benoît

EM Variables => bit.ly/1TKQyNu | EM Roadmap => bit.ly/1UTrOB4
Last Releases => 2.6x.x goo.gl/ztWfIV | 2.06/2.6.x => bit.ly/1Qv44A1
Demo Surveys => goo.gl/HuR6Xe (already included in /docs/demosurveys)
The following user(s) said Thank You: oikos
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 4 months ago #113944 by DenisChenu
Replied by DenisChenu on topic Developpement version of SkeletonQuest
You're rigth,

Think it was an old print.css

From html5boilerplate

Code:
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: Ben_V, oikos
The topic has been locked.
  • Mazi
  • Mazi's Avatar
  • Offline
  • Official LimeSurvey Partner
  • Official LimeSurvey Partner
More
9 years 4 months ago #113958 by Mazi
Replied by Mazi on topic Developpement version of SkeletonQuest
limesurvey.sondages.pro/855488.html?newtest=Y seems to be unavailable.

Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support: survey-consulting.com
Contact: marcel.minke(at)survey-consulting.com
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 4 months ago #113963 by DenisChenu
Replied by DenisChenu on topic Developpement version of SkeletonQuest

Mazi wrote: limesurvey.sondages.pro/855488.html?newtest=Y seems to be unavailable.

Fixed, i have a server broken, and it broke my apache ....

Denis

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 3 months ago - 9 years 3 months ago #115779 by DenisChenu
Replied by DenisChenu on topic Developpement version of SkeletonQuest
Updated master version, introcing theming (one theme actually ;) ).

Master version : limesurvey.sondages.pro/975921.html
Flatblue version : limesurvey.sondages.pro/855488.html

Download link : extensions.sondages.pro/3

Project : solution for array question type : shown as block

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 9 years 3 months ago by DenisChenu.
The topic has been locked.
More
9 years 1 month ago #116438 by estint
Replied by estint on topic Developpement version of SkeletonQuest
thanks

estetik
The topic has been locked.
More
9 years 1 month ago #116836 by pmonstad
Replied by pmonstad on topic Developpement version of SkeletonQuest
Excellent template! There is one thing I dislike about it, and it is perhaps quite easy for me to fix, I don't know:

I do not like the progress bar. I think the 10%, 20% etc are too big and the progress bar colour is really hard to see. This is not a criticism, only my personal view. Anyway, keep up the good work, this is a very good template!
The topic has been locked.
More
8 years 11 months ago #118633 by Gordon55M
Replied by Gordon55M on topic Developpement version of SkeletonQuest
Is there a any known issues or changes that need to be made to have the "Print your answers." link at the end of the survey work? I am testing the flatblue version, and in Chrome (Version 41.0.2272.101 m), Firefox (36.0.3), and Safari on iOS I get an endless spin when I try to click the link.

I am using LimeSurvey Version 2.05+ Build 140612.

It is an awesome template BTW!!!
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago #118645 by DenisChenu
Replied by DenisChenu on topic Developpement version of SkeletonQuest
Fixed in gitlab.com/Sondages.Pro/SkeletonQuest/co...b20c516d2714f4_10_10

LimeSUrvey core don't include jquery in print page, there are a bug report for this.

For skeletonquest : please use gitlab.com/Sondages.Pro/SkeletonQuest/issues

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose