Merge branch 'master' of https://git-iutinfo.unice.fr/rey/pt-s3t-g4
This commit is contained in:
commit
325f638301
@ -8,6 +8,7 @@ compileAndTests :
|
||||
before_script:
|
||||
- ls -la
|
||||
- mkdir bin
|
||||
- java -cp LIB/junit-platform-console-standalone-1.5.1.jar:bin:. -d bin NGCC/jar/* # compile and add external jar to classpath
|
||||
- javac -cp LIB/junit-platform-console-standalone-1.5.1.jar:bin:. -d bin NGCC/src/*/*.java
|
||||
- ls bin
|
||||
- javac -cp LIB/junit-platform-console-standalone-1.5.1.jar:bin:. -d bin NGCC/tests/*/*.java
|
||||
|
@ -1,7 +1,7 @@
|
||||
package config;
|
||||
|
||||
public class QuestionBoite extends Question {
|
||||
// Type de question differente du normal, c'est une question avec une boite de texte où l'étudiant saisira du texte
|
||||
// Type de question differente du normal, c'est une question avec une boite de texte où l'étudiant saisira du texte
|
||||
private int nbligne; // nb de lignes dans la boite
|
||||
|
||||
public QuestionBoite(String t, boolean b, int nb) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user