Generating tests with opensource framework like Limesurvey [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a certain number of questions, from which I would like to generate a certain number of tests, but each test only has x of the total n questions (so not all the questions in one test).
Basically I'm looking for a test preparation framework for multiple choice questions.
I discovered Limesurvey as an opensource framework which might be useful for this requirement. Could I do above tasks easily with Limesurvey (how?), or should I consider another solution (which one)?
Thanks

With LimeSurvey, you can use different method. The best i use is :
Put all the question in the same Randomization group name : http://manual.limesurvey.org/QS:Random_group
Add a short text question (code is DONE) at start and hide it : http://manual.limesurvey.org/QS:Hidden
At each question, put the relevance equation to DONE!="done"
AT the Xth question, put an Equation question with {DONE="done"}
Then :
All question in the Randomization group name are shuffled
The question after the Eqation question aren't showned.
You have X question inside Yours questions.
You have another system here : http://manual.limesurvey.org/Workarounds:_Survey_behaviour#Version_2.0_And_Newer
:)

Related

source maps util for es6 + minify [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any way to have source maps directly for ES6 code, which is transpiled?
I.e. I write ES6 code, which is transpiled with e.g. es6-transpiler, then minify & combine ES5s into one file.
But I'd like to have sources in original ES6. Is it possible?
Any transpilers/minifiers and build tool (grunt, gulp) would suffice.
I don't agree with "off-topic" decision at all, cause the question was about certain practical problem. Nonetheless, I'd provide an aswer I came across today:
https://github.com/azu/multi-stage-sourcemap

Program or Application to replace http://rishida.net/tools/conversion/ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Looks like this guy's site is offline or unresponsive.
I used to use this daily.
If anyone has an app or program that is free or nearly free they can recommend that would be super awesome.
Thank you in advance.
{EDIT}
What I am looking for is a unicode character conversion utility. Apologies I take it for granted that people are familiar with this online tool as it is super helpful and was Number 1 on google when you searched for character conversion or unicode conversion.
it appears that the tool is all javascript based so you could just go the wayback machine and save the page or download it etc

Mailinglist for OSS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I'm running an open source project and I'm wanting to externalize development discussions that we have been having by email, make them public and allow anyone to take part in the conversation. For this, I've been thinking about setting up a mailing list.
Given this, is a mailing list currently the be "device" for this. If so what do people think is the best tool to use for this? Is Google Groups still the best tool for mailing lists, is there something people that OSS is gravitating more towards? Surely there is something better, Google Groups seems outdated.
GNU Mailman is a very popular package used on mailing list servers; you may want to use this to manage and process your list.
Maybe Librelist? A number of open source projects is using it such as Flask. Librelist.com

SaaS tool for *simple* requirements definition? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've seen some complex, enterprise tools for requirements like Rymatech's FeaturePlan -- is there something that enables collaboration and best practices for putting Business-Readable, Domain-Specific (or natural language) requirements and acceptance criteria in place?
Have a look http://sourceforge.net/projects/rth/. An open source tool for requirements management.
You may want to try www.tracecloud.com . Its free (up to 500 requirements) and I have seen some good reviews about it.
There's also GatherSpace - http://gatherspace.com/
I tried it a bit about a year ago. Didn't stick for me, but might work for you.
You could also take a look at SpiraTest which does requirements and test management, some people I know have had some success with it.

How do you create a form in MS Access and use it to insert a records into a table? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
How can I create a form in MS Access, and how can I get it to add records to a table?
Where would I find a good tutorial to learn to do this?
You could have search just a bit in Google. First result:
http://www.functionx.com/access/form/introduction.htm
I've found the the best resource for any Access questions (no offence to Stack Overflow) is
http://www.utteraccess.com/
It's never failed me on any of the questions I've raised and it's a very active and friendly forum.