Questions not displaying on Drupal quiz report form tpl - drupal-7

I am working on Drupal 7 quiz module 7.x-5.0-alpha9 and have created a quiz-report-form.tpl file to display quiz results, however question titles are not rendered in the custom quiz-report-form.tpl. All other data is displayed properly. Can anyone please help with the solution.

It works by configuring the /admin/quiz/settings/config.
if not, you can update the module

Related

How i show React tables/API?

Hi Guys i was trying to do and API From this video link https://www.youtube.com/watch?v=gpfP60KjmZU&t=2s , but it doesnt work for me i did exactly the same thing as this guy but in a new version i changed some things of course because the Switch is different in this version but when i run my API the tables dont show like in 47:25 in the video is just the blank page with the menus but is not appearing any tables if anyone can help me im new to react and im trying to make this register table work if anyone can help me i appreciatethis is what my page looks like this is how i need to look like,if anyone wants the print of the code im gonna put the tabs and ask me which one you want a and i send ask me the tab i click and i send the print i answer quickly

JSON performance tips. Drupal backend and IONIC Frontend

I am creating a hybrid app (IONIC + AngularJS). Using Drupal as my Backend. I am using Drupal services and getting the JSON data.
I would like to improve the speed/performance of getting the data. Most of the data will be images.
On the first page, i just want a list of the user's firstnames. When you click on a name you get the details page for that user. This page contains a lot of images.
What is the best way of doing this?
If my list contains a 100 people with profile pictures. I don't want to download all this information. Just the information of the person that was selected from the list. Is this possible? Is this a good idea? I am sorry if this is dumb questions. I am a beginner.
Do you have a better suggestion on how to do this?
Thanks in advance
JSON
[{"firstName":"John", "Image1":"John.jpg", "Image2":"John2.jpg", "Image3":"John3.jpg"},
{"firstName":"Jane", "Image1":"Jane.jpg", "Image2":"Jane2.jpg", "Image3":"Jane3.jpg"},
{"firstName":"Sam", "Image1":"Sam.jpg", "Image2":"Sam2.jpg", "Image3":"Sam3.jpg"}]
Here are few links you might want to go through for performance
https://www.sitepoint.com/5-ionic-app-development-tips-tricks/
http://julienrenaux.fr/2015/08/24/ultimate-angularjs-and-ionic-performance-cheat-sheet/
http://www.gajotres.net/speed-up-your-ionic-application-using-these-techniques/
Regards.

AngularJS and Firebase list details

I've been trying to learning AngularJS for the last two weeks, while working on my first todo App..
The problem is that I've now spend days on trying to get the details page to work with Firebase..
When I press a task in the list, I want it to open a details page for the task..
Using the tutorials I can find and writing it into my app have not gone well..I just keep breaking the app and getting blank screen..
I made a plunker sample of the app here:
Sample App
Is there a experienced AngularJS coder, that could take quick look and help me getting this to work??
Thank you..

Drupal 7 soundcloud file field only shown in Preview not in Full Preview

i worked with an old 6.xx version of Drupal quite a while.
Now, i set up a 7.36 version of Drupal and build everything new. This works fine so far, but there is something i cant find an answer to:
I added a soundclound file field to a content type. I can edit this field, no problem. Now, i discovered that the field is not shown on the given content page, but it is shown in the "trimmed" Preview (not in the Preview full version) after editing. Maybe this is totally easy to solve, but i cant figure it out.
Any suggestions how to have it on the full content page? Any help is very appreciated.
Regards,
Stephan
Solution: I had to configure at structure -> content type -> given page type -> manage display -> ful content to give the soundcloud file the player value and a weight of 1.
Then i worked.

Is there any way to display 10 quiz questions per page in Quiz module in drupal 7?

I had installed quiz module in drupal.I want to display 10 questions per page in quiz module.Is there any options like that?can anybody explain me?

Resources