Jump to content

Help


wizard1970

Recommended Posts

\\Question ► 7 points ◄

nº 51 ►► What swimming stroke is named after an insect?

 

 

in the old interface 
 works well but the new interface 
 will not separate the lines

 

\\Question ► 14 points ◄ 
 nº 56 ►► What swimming stroke is named after an insect?

Any idea to separate the lines?

Like this:

\\Question ► 7 points ◄ and a code to put other line below nº 56 ►► What swimming stroke is named after an insect?

this doesn't work 


 

thanks

 

 

Link to comment
Share on other sites

\\Question ► 7 points ◄

nº 51 ►► What swimming stroke is named after an insect?

You can use the /tokenize command to separate them vertically:
alias test {
  var %x = \\Question ► 7 points ◄|nº 51 ►► What swimming stroke is named after an insect?
  tokenize 124 %x | echo -a $*
}

The question is divided by $chr(124). I'm sure you get the idea. Upon the alias trigger /test, it'll come out as:

\\Question ► 7 points ◄

nº 51 ►► What swimming stroke is named after an insect?

Edited by Fanfare
Link to comment
Share on other sites

but in the SCRIPT.INI i have like this:

qnormal= \\quention ► %2 points ◄ 
 (co) nº %1 ►► %3 ?

%2 points is the points

nº %1 number of the question and

%3 the question that will get them to the document called questions

how i put the code in here??

 

qnormal= \\quention ► %2 points ◄ 
 (co) nº %1 ►► %3 ?

the trivia is st5.0

Edited by wizard1970
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...