Language test - score results

sylwekb 25 Apr, 2016
Are you using forms to do a language test scores with the results ?.
eg Checkbox Yes, No?
eg For choice YES =1 point for NO = 0 points

How does it perform?
GreyHead 25 Apr, 2016
Hi sylwekb,

What exactly is the question you need to have answered?

You can do many kinds of calculations but they mostly require custom coding using JavaScript and/or PHP as every calculation is different.

Bob
sylwekb 25 Apr, 2016
Is there an example of how such a form calculated to do? The language test plan 140 questions to choose checbox YES and NO. The correct answer is always 1 point, incorrect 0 points. Can the results in an e-mail set up in columns? It is an example of how such a form do?
GreyHead 25 Apr, 2016
Hi sylwekb,

I don't know of any examples :-( As I said, all calculations are different. It's not a difficult piece of code to write though.

Yes, you can use any HTML you like to display the results in the Email template, a multi-column table is possible with a little work.

Bob
sylwekb 28 Apr, 2016
Please look example http://www.gls-german-courses.de/2449.html

Is it possible to make such form language course with 140 questions? The form should count points for the response and assign a group of students depending on the number of points.

How to perform this multi-page language course form?

eg. The test has a time limit: 30 minutes.

eg. You have 18 correct answer(s) in 2 minutes.
eg. Your points: 18

eg. Your level is probably: A2
GreyHead 28 Apr, 2016
Hi sylwekb,

Yes, that is completely possible, With 140 questions and 30 minutes you should probably divide the form into pages.

Bob
sylwekb 29 Apr, 2016
I would like to in the pages of a multi-pages forms were buttons Next >>
<-- Back - what command you can go back to the previous page in a multi-page form? SEND BUTTON - whether on each side of the Multi-page Forms can finish filling in the form? What command do? I would like to on sides of the 140 questions, was 10 questions on page 1 of 14, and on each button SEND.
This topic is locked and no more replies can be posted.